bstraehle commited on
Commit
29b9c6a
1 Parent(s): f1a245d

Update assistants.py

Browse files
Files changed (1) hide show
  1. assistants.py +1 -0
assistants.py CHANGED
@@ -135,6 +135,7 @@ def get_run_steps(thread, run):
135
  order="asc",
136
  )
137
 
 
138
  show_json("run_steps", run_steps)
139
  return run_steps
140
 
 
135
  order="asc",
136
  )
137
 
138
+ raise gr.Info(run_steps)
139
  show_json("run_steps", run_steps)
140
  return run_steps
141