Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -563,7 +563,7 @@ def clear_chat():
|
|
| 563 |
def create_interface():
|
| 564 |
"""Creates and configures the complete Gradio interface."""
|
| 565 |
|
| 566 |
-
with gr.Blocks(css=custom_css, title="EduBot", fill_width=True
|
| 567 |
# Add head content and MathJax
|
| 568 |
gr.HTML(html_head_content)
|
| 569 |
gr.HTML('<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>')
|
|
|
|
| 563 |
def create_interface():
|
| 564 |
"""Creates and configures the complete Gradio interface."""
|
| 565 |
|
| 566 |
+
with gr.Blocks(css=custom_css, title="EduBot", fill_width=True) as demo:
|
| 567 |
# Add head content and MathJax
|
| 568 |
gr.HTML(html_head_content)
|
| 569 |
gr.HTML('<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>')
|