Update app.py
Browse files
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 |
-
|
|
|
|
| 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("")
|