bstraehle commited on
Commit
3a2f7e5
1 Parent(s): 1c4d378

Update assistants.py

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