rajsecrets0 commited on
Commit
6cb3b07
·
verified ·
1 Parent(s): c6b7e23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ import time
8
 
9
  # Configuration - Get API key from Streamlit secrets
10
  GEMINI_API_KEY = st.secrets["GEMINI_API_KEY"]
11
- GEMINI_MODEL = "gemini-2-flash"
12
  DOCUMENT_TYPES = ["Land Records", "Caste Certificates", "Property Registrations"]
13
 
14
  # Initialize session state (excluding widget-controlled keys)
 
8
 
9
  # Configuration - Get API key from Streamlit secrets
10
  GEMINI_API_KEY = st.secrets["GEMINI_API_KEY"]
11
+ GEMINI_MODEL = "gemini-2.0-flash"
12
  DOCUMENT_TYPES = ["Land Records", "Caste Certificates", "Property Registrations"]
13
 
14
  # Initialize session state (excluding widget-controlled keys)