aghoraguru commited on
Commit
20beb62
·
verified ·
1 Parent(s): 600b458

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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
  [],