Spaces:
Runtime error
Runtime error
acecalisto3
commited on
Update app2.py
Browse files
app2.py
CHANGED
@@ -321,7 +321,7 @@ async def main():
|
|
321 |
inputs=[message_input, chatbot_interface],
|
322 |
outputs=[chatbot_interface, message_input])
|
323 |
|
324 |
-
|
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)
|