OuroborosM commited on
Commit
b8d3c04
·
1 Parent(s): 212e58f

Update app.py

Browse files

Correct content of chat history

Files changed (1) hide show
  1. app.py +1 -1
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 = ["Test upload", "Ongoing"]
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