Spaces:
Running
Running
Commit
·
799f0ec
1
Parent(s):
1464042
Update page2.py
Browse files
page2.py
CHANGED
@@ -13,7 +13,7 @@ import os
|
|
13 |
|
14 |
# Streamlit app
|
15 |
def image():
|
16 |
-
key = os.environ.
|
17 |
st.markdown("""
|
18 |
<style>
|
19 |
.anim-typewriter {
|
|
|
13 |
|
14 |
# Streamlit app
|
15 |
def image():
|
16 |
+
key = os.environ.get("api_key")
|
17 |
st.markdown("""
|
18 |
<style>
|
19 |
.anim-typewriter {
|