Spaces:
Sleeping
Sleeping
see
Browse files
app.py
CHANGED
@@ -28,7 +28,8 @@ voters = [
|
|
28 |
|
29 |
# read all the environment variables
|
30 |
st.write("Environment variables")
|
31 |
-
|
|
|
32 |
|
33 |
with st.form("images"):
|
34 |
|
|
|
28 |
|
29 |
# read all the environment variables
|
30 |
st.write("Environment variables")
|
31 |
+
# read environment variable named app_password
|
32 |
+
st.write(os.environ.get("app_password"))
|
33 |
|
34 |
with st.form("images"):
|
35 |
|