bstraehle commited on
Commit
e3ca97c
1 Parent(s): 097a32f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ def get_run_steps(client, thread, run):
102
  def get_run_step_details(run_steps):
103
  for step in run_steps.data:
104
  step_details = step.step_details
105
- extract_file_id(step_details) #XXXXX
106
 
107
  show_json("step_details", step_details)
108
 
 
102
  def get_run_step_details(run_steps):
103
  for step in run_steps.data:
104
  step_details = step.step_details
105
+ #extract_file_id(step_details) #XXXXX
106
 
107
  show_json("step_details", step_details)
108