Update app.py
Browse files
app.py
CHANGED
@@ -60,11 +60,11 @@ CSS = """
|
|
60 |
"""
|
61 |
|
62 |
with gr.Blocks(css=CSS) as demo:
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
""")
|
68 |
|
69 |
gr.Markdown("## π SCR Course Assistant β Chat with course files")
|
70 |
# chatbot = gr.Chatbot(elem_id="chatbot", type="messages")
|
|
|
60 |
"""
|
61 |
|
62 |
with gr.Blocks(css=CSS) as demo:
|
63 |
+
# demo.load(lambda: None, [], [], _js="""
|
64 |
+
# const script = document.createElement('script');
|
65 |
+
# script.src = "https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js";
|
66 |
+
# document.head.appendChild(script);
|
67 |
+
# """)
|
68 |
|
69 |
gr.Markdown("## π SCR Course Assistant β Chat with course files")
|
70 |
# chatbot = gr.Chatbot(elem_id="chatbot", type="messages")
|