Spaces:
Running
Running
Update app.py
Browse files
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 |
|