Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -132,7 +132,8 @@ else:
|
|
| 132 |
message_count = int(message_count)
|
| 133 |
|
| 134 |
# If the message limit has been reached, disable the inputs
|
| 135 |
-
if message_count <= 20:
|
|
|
|
| 136 |
st.error("Notice: The maximum message limit for this demo version has been reached.")
|
| 137 |
# Disabling the uploader and input by not displaying them
|
| 138 |
image_uploader_placeholder = st.empty() # Placeholder for the uploader
|
|
|
|
| 132 |
message_count = int(message_count)
|
| 133 |
|
| 134 |
# If the message limit has been reached, disable the inputs
|
| 135 |
+
#if message_count <= 20:
|
| 136 |
+
if 0:
|
| 137 |
st.error("Notice: The maximum message limit for this demo version has been reached.")
|
| 138 |
# Disabling the uploader and input by not displaying them
|
| 139 |
image_uploader_placeholder = st.empty() # Placeholder for the uploader
|