Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ st.markdown("""
|
|
32 |
""", unsafe_allow_html=True)
|
33 |
|
34 |
# Constants
|
35 |
-
WORD_LIMIT =
|
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
|