Spaces:
Runtime error
Runtime error
Commit
·
b8d3c04
1
Parent(s):
212e58f
Update app.py
Browse filesCorrect content of chat history
app.py
CHANGED
@@ -330,7 +330,7 @@ def func_upload_file(files, chat_history):
|
|
330 |
print(file_path)
|
331 |
# UpdateDb()
|
332 |
print(chat_history)
|
333 |
-
test_msg = ["
|
334 |
chat_history.append(test_msg)
|
335 |
return chat_history
|
336 |
|
|
|
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 |
|