tomerk commited on
Commit
a907004
·
verified ·
1 Parent(s): 29375a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -262,7 +262,7 @@ def stop_capture_func():
262
  with gr.Blocks(title="Conntour", fill_height=True) as demo:
263
  with gr.Row():
264
  with gr.Column():
265
- chatbot = gr.Chatbot(label="Events", bubble_full_width=False, avatar_images=AVATARS, min_height=700)
266
  prompt = gr.Textbox(label="Enter your prompt alert")
267
  start_btn = gr.Button("Start")
268
  stop_btn = gr.Button("Stop")
 
262
  with gr.Blocks(title="Conntour", fill_height=True) as demo:
263
  with gr.Row():
264
  with gr.Column():
265
+ chatbot = gr.Chatbot(label="Events", bubble_full_width=False, avatar_images=AVATARS)
266
  prompt = gr.Textbox(label="Enter your prompt alert")
267
  start_btn = gr.Button("Start")
268
  stop_btn = gr.Button("Stop")