Promotingai commited on
Commit
dd06cb0
·
verified ·
1 Parent(s): c8e98cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -19,7 +19,6 @@ if "messages" not in st.session_state:
19
  except FileNotFoundError:
20
  # Fallback to hardcoded history if file not found
21
  st.session_state["messages"] = [
22
- {"role": "system", "content": "Welcome to our support chat."},
23
  {"role": "assistant", "content": "How can I help you today?"}
24
  ]
25
 
 
19
  except FileNotFoundError:
20
  # Fallback to hardcoded history if file not found
21
  st.session_state["messages"] = [
 
22
  {"role": "assistant", "content": "How can I help you today?"}
23
  ]
24