Omnibus commited on
Commit
3340d1b
·
verified ·
1 Parent(s): f9984fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -156,7 +156,7 @@ with gr.Blocks() as app:
156
  with gr.Group():
157
  with gr.Row():
158
  with gr.Column(scale=3):
159
- chatbot = gr.Chatbot(label="Mixtral 8x7B Chatbot",show_copy_button=True)
160
  with gr.Row():
161
  with gr.Column(scale=3):
162
  prompt=gr.Textbox(label = "Prompt", value="Start a new game")
 
156
  with gr.Group():
157
  with gr.Row():
158
  with gr.Column(scale=3):
159
+ chatbot = gr.Chatbot(label="Mixtral 8x7B Chatbot",height=300, layout='panel', show_copy_button=True)
160
  with gr.Row():
161
  with gr.Column(scale=3):
162
  prompt=gr.Textbox(label = "Prompt", value="Start a new game")