Update app.py
Browse files
app.py
CHANGED
@@ -232,6 +232,8 @@ def stream_to_gradio(
|
|
232 |
):
|
233 |
yield message
|
234 |
|
|
|
|
|
235 |
final_answer = step_log # Last log is the run's final_answer
|
236 |
final_answer = handle_agent_output_types(final_answer)
|
237 |
|
|
|
232 |
):
|
233 |
yield message
|
234 |
|
235 |
+
time.sleep(60)
|
236 |
+
|
237 |
final_answer = step_log # Last log is the run's final_answer
|
238 |
final_answer = handle_agent_output_types(final_answer)
|
239 |
|