PK commited on
Commit
f7d3952
·
verified ·
1 Parent(s): b1aa193

Update streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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", "AIzaSyDBGF5y7WqDB0SO7-UO6yjshiEZN3Hpt3g")
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")