yasserrmd commited on
Commit
8b5d44e
·
verified ·
1 Parent(s): e8b5ec1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.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
 
 
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