jdesiree commited on
Commit
7cee6b3
·
verified ·
1 Parent(s): 7ed3cd2

Update app.py

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