nguyenbh commited on
Commit
77a7e58
·
1 Parent(s): 709fb5e

Update msg

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -472,7 +472,7 @@ def bot_response(history, conversation_state):
472
 
473
  # Add bot response to history
474
  if result=="None":
475
- result = "Current implementation does not support text + audio + image inputs in the same prompt. Please click Clear conversation button."
476
  history.append({"role": "assistant", "content": result})
477
 
478
  # Add to conversation state
 
472
 
473
  # Add bot response to history
474
  if result=="None":
475
+ result = "Current implementation does not support text + audio + image inputs in the same conversation. Please click Clear conversation button."
476
  history.append({"role": "assistant", "content": result})
477
 
478
  # Add to conversation state