Wajahat698 commited on
Commit
8a2f5fe
·
verified ·
1 Parent(s): 1e3da4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -53,7 +53,8 @@ import re
53
  # Set up logging to suppress Streamlit warnings about experimental functions
54
  logging.getLogger('streamlit').setLevel(logging.ERROR)
55
  INITIAL_MESSAGE_LIMIT = 100
56
-
 
57
 
58
 
59
  # Initialize logging and load environment variables
 
53
  # Set up logging to suppress Streamlit warnings about experimental functions
54
  logging.getLogger('streamlit').setLevel(logging.ERROR)
55
  INITIAL_MESSAGE_LIMIT = 100
56
+ if "wix_user_id" not in st.session_state:
57
+ st.session_state["wix_user_id"] = None
58
 
59
 
60
  # Initialize logging and load environment variables