Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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):
|