scerets
Browse files- .DS_Store +0 -0
- .streamlit/secrets.toml +1 -0
- app.py +3 -2
.DS_Store
ADDED
Binary file (6.15 kB). View file
|
|
.streamlit/secrets.toml
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
tokens = 'abobus'
|
app.py
CHANGED
@@ -56,5 +56,6 @@ if token in st.secrets['tokens'] and submit:
|
|
56 |
elif not uploaded_file:
|
57 |
st.write('Upload your file')
|
58 |
|
59 |
-
|
60 |
-
st.markdown('## :red[You dont have access]')
|
|
|
|
56 |
elif not uploaded_file:
|
57 |
st.write('Upload your file')
|
58 |
|
59 |
+
else:
|
60 |
+
st.markdown('## :red[You dont have access]')
|
61 |
+
st.markdown('Buy tokens here: [@advprop](https://adprop.t.me)')
|