Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1243,6 +1243,8 @@ if st.session_state.get("wix_user_id") and st.session_state.get("email"):
|
|
| 1243 |
time.sleep(3)
|
| 1244 |
welcome_placeholder.empty()
|
| 1245 |
|
|
|
|
|
|
|
| 1246 |
|
| 1247 |
# Input for AI interaction
|
| 1248 |
prompt = st.chat_input("")
|
|
|
|
| 1243 |
time.sleep(3)
|
| 1244 |
welcome_placeholder.empty()
|
| 1245 |
|
| 1246 |
+
|
| 1247 |
+
update_message_counter()
|
| 1248 |
|
| 1249 |
# Input for AI interaction
|
| 1250 |
prompt = st.chat_input("")
|