Spaces:
Runtime error
Runtime error
Commit
·
212e58f
1
Parent(s):
5edac6d
Update app.py
Browse filesTry new type for chat history
app.py
CHANGED
@@ -329,7 +329,8 @@ def func_upload_file(files, chat_history):
|
|
329 |
file_path = files
|
330 |
print(file_path)
|
331 |
# UpdateDb()
|
332 |
-
|
|
|
333 |
chat_history.append(test_msg)
|
334 |
return chat_history
|
335 |
|
|
|
329 |
file_path = files
|
330 |
print(file_path)
|
331 |
# UpdateDb()
|
332 |
+
print(chat_history)
|
333 |
+
test_msg = ["Test upload", "Ongoing"]
|
334 |
chat_history.append(test_msg)
|
335 |
return chat_history
|
336 |
|