Phoenix21 commited on
Commit
e0097e6
·
verified ·
1 Parent(s): 01e8804

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -23,7 +23,6 @@ def chat_interface_fn(message, history, session_id):
23
  # 3) Convert history to message dictionaries for display
24
  message_dicts = []
25
  for msg in history:
26
- # Ensure the message format is correct: it should always be a dictionary
27
  message_dicts.append(msg)
28
 
29
  # Return the message dicts and updated history
 
23
  # 3) Convert history to message dictionaries for display
24
  message_dicts = []
25
  for msg in history:
 
26
  message_dicts.append(msg)
27
 
28
  # Return the message dicts and updated history