Spaces:
Runtime error
Runtime error
Tweak input box
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ with st.form(key="form"):
|
|
55 |
data = str(uploaded_file.read(), "utf-8")
|
56 |
json_data = json.loads(data)
|
57 |
|
58 |
-
token = st.text_input("
|
59 |
|
60 |
submit_button = st.form_submit_button("Submit")
|
61 |
|
|
|
55 |
data = str(uploaded_file.read(), "utf-8")
|
56 |
json_data = json.loads(data)
|
57 |
|
58 |
+
token = st.text_input("Access token", type="password")
|
59 |
|
60 |
submit_button = st.form_submit_button("Submit")
|
61 |
|