Spaces:
Build error
Build error
PK commited on
Update streamlit_app.py
Browse files- streamlit_app.py +1 -1
streamlit_app.py
CHANGED
|
@@ -59,7 +59,7 @@ def _remove_all_videos():
|
|
| 59 |
|
| 60 |
expander = st.sidebar.expander("Options", expanded=True)
|
| 61 |
# ✅ Configure Gemini API
|
| 62 |
-
API_KEY = expander.text_input("Google API Key", "
|
| 63 |
|
| 64 |
# ✅ Load API key securely
|
| 65 |
API_KEY = os.getenv("GOOGLE_API_KEY")
|
|
|
|
| 59 |
|
| 60 |
expander = st.sidebar.expander("Options", expanded=True)
|
| 61 |
# ✅ Configure Gemini API
|
| 62 |
+
API_KEY = expander.text_input("Google API Key", "AIzaSyB2uDj6IeuNszSuk80feW-eBgpIDH0WFSY")
|
| 63 |
|
| 64 |
# ✅ Load API key securely
|
| 65 |
API_KEY = os.getenv("GOOGLE_API_KEY")
|