diff --git a/web-apps/chat/app.py b/web-apps/chat/app.py index da8069c..b2ebaa0 100644 --- a/web-apps/chat/app.py +++ b/web-apps/chat/app.py @@ -183,6 +183,10 @@ def inference_wrapper(*args): height="75vh", resizable=True, sanitize_html=True, + latex_delimiters=[ + {"left": "$$", "right": "$$", "display": True }, + {"left": "$", "right": "$", "display": False } + ], ), )