Spaces:
Running
Running
Update app.py
Browse files
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)
|