Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ def generate_response(prompt_template, **kwargs):
|
|
33 |
|
34 |
# Gradio app interface
|
35 |
with gr.Blocks() as app:
|
36 |
-
gr.
|
37 |
gr.Markdown("## Mathematical Insight Tutor")
|
38 |
gr.Markdown("An advanced AI-powered tutor to help you master math concepts with step-by-step explanations.")
|
39 |
|
|
|
33 |
|
34 |
# Gradio app interface
|
35 |
with gr.Blocks() as app:
|
36 |
+
gr.HTML("""<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>""")
|
37 |
gr.Markdown("## Mathematical Insight Tutor")
|
38 |
gr.Markdown("An advanced AI-powered tutor to help you master math concepts with step-by-step explanations.")
|
39 |
|