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