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

Update app.py

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