Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -74,7 +74,7 @@ else:
|
|
| 74 |
message_count = int(message_count)
|
| 75 |
|
| 76 |
# If the message limit has been reached, disable the inputs
|
| 77 |
-
if
|
| 78 |
st.error("Notice: The maximum message limit for this demo version has been reached.")
|
| 79 |
# Disabling the uploader and input by not displaying them
|
| 80 |
image_uploader_placeholder = st.empty() # Placeholder for the uploader
|
|
|
|
| 74 |
message_count = int(message_count)
|
| 75 |
|
| 76 |
# If the message limit has been reached, disable the inputs
|
| 77 |
+
if 0:
|
| 78 |
st.error("Notice: The maximum message limit for this demo version has been reached.")
|
| 79 |
# Disabling the uploader and input by not displaying them
|
| 80 |
image_uploader_placeholder = st.empty() # Placeholder for the uploader
|