bstraehle commited on
Commit
8f66d0d
1 Parent(s): 51c03d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -57,7 +57,8 @@ def list_run_steps(client, thread, run):
57
  )
58
  for step in run_steps.data:
59
  step_details = step.step_details
60
- print(json.dumps(show_json("step_details", step_details), indent=4))
 
61
  return run_steps
62
 
63
  def list_messages(client, thread):
 
57
  )
58
  for step in run_steps.data:
59
  step_details = step.step_details
60
+ #print(json.dumps(show_json("step_details", step_details), indent=4))
61
+ show_json("step_details", step_details)
62
  return run_steps
63
 
64
  def list_messages(client, thread):