yasserrmd commited on
Commit
155a8a1
·
verified ·
1 Parent(s): fa0b449

Update app.py

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