Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -34,7 +34,7 @@ def respond(user_message, history):
|
|
| 34 |
|
| 35 |
return "", history
|
| 36 |
|
| 37 |
-
# ✅ **Explicitly
|
| 38 |
with gr.Blocks() as demo:
|
| 39 |
gr.Markdown("## AI-Guided Math PD Chatbot")
|
| 40 |
chatbot = gr.Chatbot(height=500)
|
|
|
|
| 34 |
|
| 35 |
return "", history
|
| 36 |
|
| 37 |
+
# ✅ **Explicitly enable MathJax for LaTeX rendering**
|
| 38 |
with gr.Blocks() as demo:
|
| 39 |
gr.Markdown("## AI-Guided Math PD Chatbot")
|
| 40 |
chatbot = gr.Chatbot(height=500)
|