acecalisto3 commited on
Commit
b26406c
·
verified ·
1 Parent(s): 2a8d7ab

Update app2.py

Browse files
Files changed (1) hide show
  1. app2.py +1 -1
app2.py CHANGED
@@ -321,7 +321,7 @@ async def main():
321
  inputs=[message_input, chatbot_interface],
322
  outputs=[chatbot_interface, message_input])
323
 
324
- # Set up the timer
325
  feed_updater = gr.Timer(interval=300)
326
  feed_updater.tick(fn=update_feed_content,
327
  outputs=feed_content)
 
321
  inputs=[message_input, chatbot_interface],
322
  outputs=[chatbot_interface, message_input])
323
 
324
+ # Set up the timer
325
  feed_updater = gr.Timer(interval=300)
326
  feed_updater.tick(fn=update_feed_content,
327
  outputs=feed_content)