bstraehle commited on
Commit
e466f62
1 Parent(s): fc30f91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,7 +122,7 @@ def chat(message, history):
122
 
123
  run_steps = get_run_steps(client, thread, run)
124
 
125
- get_step_details(run_steps)
126
 
127
  messages = get_messages(client, thread)
128
 
 
122
 
123
  run_steps = get_run_steps(client, thread, run)
124
 
125
+ get_run_step_details(run_steps)
126
 
127
  messages = get_messages(client, thread)
128