Spaces:
Sleeping
Sleeping
Tim Seufert
commited on
Commit
·
bdb8997
1
Parent(s):
321d05c
update interface beta test2
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ def respond(message, chat_history):
|
|
37 |
|
38 |
# Update chat history
|
39 |
chat_history.append((message, response))
|
40 |
-
return chat_history
|
41 |
except Exception as e:
|
42 |
return str(e), chat_history
|
43 |
|
|
|
37 |
|
38 |
# Update chat history
|
39 |
chat_history.append((message, response))
|
40 |
+
return chat_history, chat_history
|
41 |
except Exception as e:
|
42 |
return str(e), chat_history
|
43 |
|