Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,7 +15,7 @@ st.set_page_config(page_title="Magical Healer")
|
|
| 15 |
st.header("Welcome! What help do you need?")
|
| 16 |
|
| 17 |
# Configuring the API key
|
| 18 |
-
os.environ["GOOGLE_API_KEY"] = keyfile.
|
| 19 |
|
| 20 |
# General instructions
|
| 21 |
if "sessionMessages" not in st.session_state:
|
|
|
|
| 15 |
st.header("Welcome! What help do you need?")
|
| 16 |
|
| 17 |
# Configuring the API key
|
| 18 |
+
os.environ["GOOGLE_API_KEY"] = keyfile.Googlekey
|
| 19 |
|
| 20 |
# General instructions
|
| 21 |
if "sessionMessages" not in st.session_state:
|