AI-ANK commited on
Commit
65efe6b
·
1 Parent(s): ad0db46

Update app.py

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