Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -27,6 +27,7 @@ def main():
|
|
| 27 |
"Enter The API KEY 👇",
|
| 28 |
label_visibility=st.session_state.visibility,
|
| 29 |
disabled=st.session_state.disabled,
|
|
|
|
| 30 |
)
|
| 31 |
|
| 32 |
if uploaded_file is not None:
|
|
|
|
| 27 |
"Enter The API KEY 👇",
|
| 28 |
label_visibility=st.session_state.visibility,
|
| 29 |
disabled=st.session_state.disabled,
|
| 30 |
+
type="password"
|
| 31 |
)
|
| 32 |
|
| 33 |
if uploaded_file is not None:
|