bstraehle commited on
Commit
0ed0b18
1 Parent(s): 53704a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,7 +105,7 @@ def get_run_step_details(run_steps):
105
 
106
  show_json("step_details", step_details)
107
 
108
- extract_file_ids(step_details) #XXXXX
109
 
110
 
111
  def get_messages(client, thread):
 
105
 
106
  show_json("step_details", step_details)
107
 
108
+ #extract_file_ids(step_details) #XXXXX
109
 
110
 
111
  def get_messages(client, thread):