Rathapoom commited on
Commit
52538cd
·
verified ·
1 Parent(s): 56328aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ st.markdown("""
32
  """, unsafe_allow_html=True)
33
 
34
  # Constants
35
- WORD_LIMIT = 8000
36
  DAILY_API_LIMIT = 5 # Set your desired limit per user per day
37
 
38
  # Set up OpenAI client
 
32
  """, unsafe_allow_html=True)
33
 
34
  # Constants
35
+ WORD_LIMIT = 11000
36
  DAILY_API_LIMIT = 5 # Set your desired limit per user per day
37
 
38
  # Set up OpenAI client