Paul Ke commited on
Commit
80c4176
·
verified ·
1 Parent(s): 674d701

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-eBgpIDH0WFSX")
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", "AIzaSyB2uDj6IeuNszSuk80feW-eBgpIDH0WFSY")
63
  if API_KEY:
64
  genai.configure(api_key=API_KEY)
65