Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -34,6 +34,8 @@ def chatbot_response(user_input):
|
|
34 |
"Resposta": response,
|
35 |
"Tempo de Resposta (s)": round(end_time - start_time, 2)
|
36 |
})
|
|
|
|
|
37 |
|
38 |
return response
|
39 |
|
|
|
34 |
"Resposta": response,
|
35 |
"Tempo de Resposta (s)": round(end_time - start_time, 2)
|
36 |
})
|
37 |
+
|
38 |
+
print(history_log)
|
39 |
|
40 |
return response
|
41 |
|