Phoenix21 commited on
Commit
f8c04d6
·
verified ·
1 Parent(s): 957f93b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -22,8 +22,7 @@ def chat_interface_fn(message, history, session_id):
22
  message_dicts.append({"role": "assistant", "content": ai_msg})
23
 
24
  # Return the message dicts and updated history
25
- return message_dicts, history
26
-
27
  my_chat_css = """
28
  .gradio-container {
29
  margin: auto;
 
22
  message_dicts.append({"role": "assistant", "content": ai_msg})
23
 
24
  # Return the message dicts and updated history
25
+ return message_dicts
 
26
  my_chat_css = """
27
  .gradio-container {
28
  margin: auto;