Spaces:
Running
Running
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -230,7 +230,7 @@ with gr.Blocks(title="MAKER Agent") as demo:
|
|
| 230 |
|
| 231 |
gr.Markdown("## 🔧 MAKER Agent")
|
| 232 |
|
| 233 |
-
chatbot = gr.Chatbot(height=450, show_label=False
|
| 234 |
|
| 235 |
# Input row with everything together
|
| 236 |
with gr.Group():
|
|
|
|
| 230 |
|
| 231 |
gr.Markdown("## 🔧 MAKER Agent")
|
| 232 |
|
| 233 |
+
chatbot = gr.Chatbot(height=450, show_label=False)
|
| 234 |
|
| 235 |
# Input row with everything together
|
| 236 |
with gr.Group():
|