PK commited on
Commit
16aa006
·
verified ·
1 Parent(s): 9faa1a3

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
  #API KEY
62
- API_KEY = expander.text_input("Google API Key", "AIzaSyB2uDj6IeuNszSuk80feW-eBgpIDH0WFSY")
63
  if API_KEY:
64
  genai.configure(api_key=API_KEY)
65
 
 
59
 
60
  expander = st.sidebar.expander("Options", expanded=True)
61
  #API KEY
62
+ API_KEY = expander.text_input("Google API Key", "AIzaSyDBGF5y7WqDB0SO7-UO6yjshiEZN3Hpt3g")
63
  if API_KEY:
64
  genai.configure(api_key=API_KEY)
65