Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -418,7 +418,7 @@ with gr.Blocks(title="Backend-Focused LLaMA/Mistral CRUD Assistant", theme=gr.th
|
|
| 418 |
top_p = gr.Slider(0.1, 1.0, value=0.9, step=0.05, label="Top-p")
|
| 419 |
|
| 420 |
with gr.Column(scale=3):
|
| 421 |
-
chatbot = gr.Chatbot(label="Assistant", height=
|
| 422 |
with gr.Row():
|
| 423 |
user_box = gr.Textbox(placeholder="Describe your CRUD/backend task…", lines=3, scale=5)
|
| 424 |
with gr.Row():
|
|
|
|
| 418 |
top_p = gr.Slider(0.1, 1.0, value=0.9, step=0.05, label="Top-p")
|
| 419 |
|
| 420 |
with gr.Column(scale=3):
|
| 421 |
+
chatbot = gr.Chatbot(label="Assistant", height=500, type="messages")
|
| 422 |
with gr.Row():
|
| 423 |
user_box = gr.Textbox(placeholder="Describe your CRUD/backend task…", lines=3, scale=5)
|
| 424 |
with gr.Row():
|