alibicer commited on
Commit
b1ef7b3
·
verified ·
1 Parent(s): d3fa5e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def respond(user_message, history):
34
 
35
  return "", history
36
 
37
- # ✅ **Explicitly tell Gradio to use MathJax for LaTeX rendering**
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)