HyperMehfin commited on
Commit
5cb4023
·
verified ·
1 Parent(s): c30214a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -121,7 +121,7 @@ def main():
121
  # Chat History
122
  if "messages" not in st.session_state:
123
  st.session_state.messages = [
124
- {"role": "assistant", "content": "✨ **Welcome to VEDANIX.**\n\nI am your premium event guide. Locate any room, schedule, or event instantly."}
125
  ]
126
 
127
  # Display Messages
 
121
  # Chat History
122
  if "messages" not in st.session_state:
123
  st.session_state.messages = [
124
+ {"role": "assistant", "content": "✨ **Welcome to VEDANIX.**\n\nI am your event guide. Locate any room, schedule, or event instantly."}
125
  ]
126
 
127
  # Display Messages