Syntax highlighting in ChatMessage

I deployed a simple app using ChatInterface and I am having an issue with syntax highlighting. On my local machine the syntax is correctly highlighted, but the deployed version is monochromatic. For example here is the same thing entered into both.

The top is on the locally running version. The bottom is on the deployed version

Trying to figure out if it is a problem with deployment, or a property I didn’t set correctly.

1 Like

I noticed that too. Are you hosting it on HuggingFace?

I tried it initially as a Digital ocean app. I just set it up on Heroku and the syntax is highlighting correctly now, so I don’t know, maybe it is some version issue…