Spaces:
				
			
			
	
			
			
					
		Running
		
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
	Updated API call limit
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -36,7 +36,7 @@ load_dotenv() 
     | 
|
| 36 | 
         | 
| 37 | 
         | 
| 38 | 
         | 
| 39 | 
         
            -
            API_CALL_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
         
     |