tomerk commited on
Commit
680dda7
·
verified ·
1 Parent(s): afca745

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -271,7 +271,7 @@ def stop_capture_func():
271
  with gr.Blocks(title="Conntour", fill_height=True) as demo:
272
  with gr.Row():
273
  with gr.Column():
274
- chatbot = gr.Chatbot(label="Events", bubble_full_width=False, avatar_images=AVATARS)
275
  prompt = gr.Textbox(label="Enter your prompt alert")
276
  start_btn = gr.Button("Start")
277
  stop_btn = gr.Button("Stop")
 
271
  with gr.Blocks(title="Conntour", fill_height=True) as demo:
272
  with gr.Row():
273
  with gr.Column():
274
+ chatbot = gr.Chatbot(label="Events", bubble_full_width=False, avatar_images=AVATARS, height=700)
275
  prompt = gr.Textbox(label="Enter your prompt alert")
276
  start_btn = gr.Button("Start")
277
  stop_btn = gr.Button("Stop")