osbm commited on
Commit
19fc064
·
1 Parent(s): 1150ee7
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -28,7 +28,8 @@ voters = [
28
 
29
  # read all the environment variables
30
  st.write("Environment variables")
31
- st.write(os.environ)
 
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