Update app.py
Browse files
app.py
CHANGED
|
@@ -3,8 +3,8 @@ import streamlit as st
|
|
| 3 |
|
| 4 |
#passcode
|
| 5 |
|
| 6 |
-
PASS_CODE_dev = "
|
| 7 |
-
PASS_CODE_ver = "
|
| 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"])
|