bstraehle commited on
Commit
71987ad
1 Parent(s): 75a9025

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -109,9 +109,9 @@ def wait_on_run(client, thread, run):
109
  run_id=run.id,
110
  )
111
 
112
- print(run.status)
113
-
114
- time.sleep(0.5)
115
 
116
  show_json("run", run)
117
 
 
109
  run_id=run.id,
110
  )
111
 
112
+ show_json("run", run)
113
+
114
+ time.sleep(1)
115
 
116
  show_json("run", run)
117