Samarth991 commited on
Commit
b441d00
·
verified ·
1 Parent(s): bf2a56e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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: