up
Browse files
app.py
CHANGED
|
@@ -43,7 +43,7 @@ def compute(dim):
|
|
| 43 |
|
| 44 |
with st.form('login_form'):
|
| 45 |
st.write('Token for generation:')
|
| 46 |
-
token = st.text_input()
|
| 47 |
submit = st.form_submit_button('Submit')
|
| 48 |
|
| 49 |
if token in st.secrets['tokens'] and submit:
|
|
|
|
| 43 |
|
| 44 |
with st.form('login_form'):
|
| 45 |
st.write('Token for generation:')
|
| 46 |
+
token = st.text_input('Token')
|
| 47 |
submit = st.form_submit_button('Submit')
|
| 48 |
|
| 49 |
if token in st.secrets['tokens'] and submit:
|