Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ def create_chat_interface():
|
|
84 |
Creates the Gradio interface for the chat application.
|
85 |
"""
|
86 |
with gr.Blocks() as chat_app:
|
87 |
-
|
88 |
<!-- Include KaTeX CSS and JS -->
|
89 |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css">
|
90 |
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.js"></script>
|
|
|
84 |
Creates the Gradio interface for the chat application.
|
85 |
"""
|
86 |
with gr.Blocks() as chat_app:
|
87 |
+
gr.HTML("""
|
88 |
<!-- Include KaTeX CSS and JS -->
|
89 |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css">
|
90 |
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.js"></script>
|