Spaces:
Sleeping
Sleeping
Commit
·
bf59c71
1
Parent(s):
9a6051e
Check point 2
Browse files
app.py
CHANGED
@@ -828,8 +828,7 @@ def create_interface():
|
|
828 |
interface.load(
|
829 |
fn=update_display,
|
830 |
inputs=[],
|
831 |
-
outputs=[conversation_output, status_output]
|
832 |
-
every=0.5
|
833 |
)
|
834 |
|
835 |
return interface
|
|
|
828 |
interface.load(
|
829 |
fn=update_display,
|
830 |
inputs=[],
|
831 |
+
outputs=[conversation_output, status_output]
|
|
|
832 |
)
|
833 |
|
834 |
return interface
|