Spaces:
Runtime error
Runtime error
Commit
·
d5b043a
1
Parent(s):
ff6623d
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,6 @@ def chat(message, chat_history):
|
|
24 |
response = get_response_from_chatbot(message)
|
25 |
out_chat.append((message, response))
|
26 |
chat_history = json.dumps(out_chat)
|
27 |
-
logger.info(f"out_chat_: {len(out_chat)}")
|
28 |
return out_chat, chat_history
|
29 |
|
30 |
start_work = """async() => {
|
|
|
24 |
response = get_response_from_chatbot(message)
|
25 |
out_chat.append((message, response))
|
26 |
chat_history = json.dumps(out_chat)
|
|
|
27 |
return out_chat, chat_history
|
28 |
|
29 |
start_work = """async() => {
|