Spaces:
Build error
Build error
Paul Ke commited on
Update streamlit_app.py
Browse files- 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("
|
| 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 |
|