JakeFake222 commited on
Commit
e947f0d
·
verified ·
1 Parent(s): 7a12b9e

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, bubble_full_width=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():