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

Update app.py

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