Paul Ke commited on
Commit
ad4f502
·
verified ·
1 Parent(s): 8e6d091

Update streamlit_app.py

Browse files
Files changed (1) hide show
  1. streamlit_app.py +1 -1
streamlit_app.py CHANGED
@@ -58,7 +58,7 @@ def _remove_all_videos():
58
  print("Couldn't delete file:", video)
59
 
60
  #API KEY
61
- API_KEY = st.text_input("Enter your Google API Key:", "AIzaSyB2uDj6IeuNszSuk80feW-eBgpIDH0WFSY" type="password")
62
  if API_KEY:
63
  genai.configure(api_key=API_KEY)
64
 
 
58
  print("Couldn't delete file:", video)
59
 
60
  #API KEY
61
+ API_KEY = st.sidebar.text_input("Google API Key", "AIzaSyB2uDj6IeuNszSuk80feW-eBgpIDH0WFSY", type="password")
62
  if API_KEY:
63
  genai.configure(api_key=API_KEY)
64