Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -49,6 +49,7 @@ def update_images(image_component):
|
|
| 49 |
|
| 50 |
def create_chat_widget():
|
| 51 |
with gr.Blocks() as chatblock:
|
|
|
|
| 52 |
# Declare chatbot and txt here so they are accessible later
|
| 53 |
chatbot = gr.Chatbot(
|
| 54 |
[],
|
|
|
|
| 49 |
|
| 50 |
def create_chat_widget():
|
| 51 |
with gr.Blocks() as chatblock:
|
| 52 |
+
gr.Markdown("Please note: Responses and updates may take some time to process.")
|
| 53 |
# Declare chatbot and txt here so they are accessible later
|
| 54 |
chatbot = gr.Chatbot(
|
| 55 |
[],
|