rwitz commited on
Commit
6a6c460
·
verified ·
1 Parent(s): 77c1722

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -279,8 +279,8 @@ with gr.Blocks() as demo:
279
  gr.Markdown("## 🗣️ Chat directly with a model!")
280
 
281
  with gr.Row():
282
- direct_chatbot = gr.Chatbot(label="💬 Direct Chat").style(height=500)
283
  model_dropdown = gr.Dropdown(choices=chatbots, label="🤖 Select a model")
 
284
 
285
  with gr.Row():
286
  with gr.Column(scale=5):
 
279
  gr.Markdown("## 🗣️ Chat directly with a model!")
280
 
281
  with gr.Row():
 
282
  model_dropdown = gr.Dropdown(choices=chatbots, label="🤖 Select a model")
283
+ direct_chatbot = gr.Chatbot(label="💬 Direct Chat").style(height=500)
284
 
285
  with gr.Row():
286
  with gr.Column(scale=5):