AI-ANK commited on
Commit
9d46d12
·
1 Parent(s): f4b67ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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