Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -279,7 +279,8 @@ with gr.Blocks() as demo:
|
|
279 |
|
280 |
with gr.Row():
|
281 |
model_dropdown = gr.Dropdown(choices=chatbots, value="rwitz/go-bruins-v2-lora", label="π€ Select a model")
|
282 |
-
|
|
|
283 |
|
284 |
with gr.Row():
|
285 |
with gr.Column(scale=5):
|
|
|
279 |
|
280 |
with gr.Row():
|
281 |
model_dropdown = gr.Dropdown(choices=chatbots, value="rwitz/go-bruins-v2-lora", label="π€ Select a model")
|
282 |
+
with gr.Row():
|
283 |
+
direct_chatbot = gr.Chatbot(label="π¬ Direct Chat").style(height=500)
|
284 |
|
285 |
with gr.Row():
|
286 |
with gr.Column(scale=5):
|