ngebodh commited on
Commit
838e61a
·
verified ·
1 Parent(s): 67cdeaf

Updated API call limit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ load_dotenv()
36
 
37
 
38
 
39
- API_CALL_LIMIT = 10 # Define the limit
40
 
41
  if 'api_call_count' not in st.session_state:
42
  st.session_state.api_call_count = 0
 
36
 
37
 
38
 
39
+ API_CALL_LIMIT = 20 # Define the limit
40
 
41
  if 'api_call_count' not in st.session_state:
42
  st.session_state.api_call_count = 0