Spaces:
Build error
Build error
CB commited on
Update streamlit_app.py
Browse files- streamlit_app.py +0 -2
streamlit_app.py
CHANGED
|
@@ -62,8 +62,6 @@ API_KEY = expander.text_input("Google API Key", "AIzaSyB2uDj6IeuNszSuk80feW-eBgp
|
|
| 62 |
if API_KEY:
|
| 63 |
genai.configure(api_key=API_KEY)
|
| 64 |
|
| 65 |
-
if not API_KEY:
|
| 66 |
-
|
| 67 |
else:
|
| 68 |
expander.error("⚠️"):
|
| 69 |
# ✅ Load API key securely
|
|
|
|
| 62 |
if API_KEY:
|
| 63 |
genai.configure(api_key=API_KEY)
|
| 64 |
|
|
|
|
|
|
|
| 65 |
else:
|
| 66 |
expander.error("⚠️"):
|
| 67 |
# ✅ Load API key securely
|