Wajahat698 commited on
Commit
cd0af1c
·
verified ·
1 Parent(s): 4296a78

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1252,7 +1252,8 @@ if st.session_state.get("wix_user_id") and st.session_state.get("email"):
1252
  welcome_placeholder.empty()
1253
 
1254
  # Initialize the user's message limit and usage from Firebase
1255
- initialize_wix_only_user(st.session_state["wix_user_id"])
 
1256
 
1257
  # Input field for chatbot interaction
1258
  prompt = st.chat_input("")
 
1252
  welcome_placeholder.empty()
1253
 
1254
  # Initialize the user's message limit and usage from Firebase
1255
+ initialize_user_data(st.session_state["wix_user_id"], st.session_state["email"])
1256
+
1257
 
1258
  # Input field for chatbot interaction
1259
  prompt = st.chat_input("")