Spaces:
Running
Running
Update app.py
Browse files
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")
|