MaryamKarimi080 commited on
Commit
6064d5e
Β·
verified Β·
1 Parent(s): eb6b51d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -60,11 +60,11 @@ CSS = """
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")
 
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")