Spaces:
Build error
Build error
Update app.py
Browse files
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
|