Shriharsh commited on
Commit
e3e8272
·
verified ·
1 Parent(s): dbf5728

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -86,9 +86,9 @@ css = """
86
  """
87
 
88
  # Create a Chatbot object with the desired height
89
- chatbot = gr.Chatbot(height="auto",
90
  layout="bubble",
91
- )
92
 
93
  with gr.Blocks(css=css) as demo:
94
  gr.HTML("<h1><center>Mistral-7B-Chat 💬<h1><center>")
 
86
  """
87
 
88
  # Create a Chatbot object with the desired height
89
+ chatbot = gr.Chatbot(height=60,
90
  layout="bubble",
91
+ show_progress="True")
92
 
93
  with gr.Blocks(css=css) as demo:
94
  gr.HTML("<h1><center>Mistral-7B-Chat 💬<h1><center>")