Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -83,7 +83,7 @@ def llm_response(message, history):
|
|
83 |
print("________________________________")
|
84 |
print(parsed_response)
|
85 |
print("________________________________")
|
86 |
-
|
87 |
history.append({"role": "assistant", "content": parsed_response['content']})
|
88 |
if parsed_response['step'] == 'result':
|
89 |
#We print how much time it took to get the final result
|
|
|
83 |
print("________________________________")
|
84 |
print(parsed_response)
|
85 |
print("________________________________")
|
86 |
+
time.sleep(2)
|
87 |
history.append({"role": "assistant", "content": parsed_response['content']})
|
88 |
if parsed_response['step'] == 'result':
|
89 |
#We print how much time it took to get the final result
|