Katie-Ch commited on
Commit
120ec01
·
verified ·
1 Parent(s): 311736e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -3,8 +3,8 @@ import streamlit as st
3
 
4
  #passcode
5
 
6
- PASS_CODE_dev = "12345"
7
- PASS_CODE_ver = "54321"
8
 
9
  st.sidebar.title("Navigation")
10
  page = st.sidebar.radio("Go to", ["Home", "About us", "Guidelines & Standarts used"])
 
3
 
4
  #passcode
5
 
6
+ PASS_CODE_dev = "111"
7
+ PASS_CODE_ver = "555"
8
 
9
  st.sidebar.title("Navigation")
10
  page = st.sidebar.radio("Go to", ["Home", "About us", "Guidelines & Standarts used"])