salomonsky commited on
Commit
e7d38e7
verified
1 Parent(s): 7a2918b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -172,7 +172,7 @@ def display_gallery():
172
  def login_form():
173
  st.title("Iniciar Sesi贸n")
174
  username = st.text_input("Usuario", value="admin")
175
- password = st.text_input("Contrase帽a", value="", type="password")
176
  if st.button("Iniciar Sesi贸n"):
177
  if authenticate_user(username, password):
178
  st.session_state['authenticated'] = True
 
172
  def login_form():
173
  st.title("Iniciar Sesi贸n")
174
  username = st.text_input("Usuario", value="admin")
175
+ password = st.text_input("Contrase帽a", value="flux3x", type="password")
176
  if st.button("Iniciar Sesi贸n"):
177
  if authenticate_user(username, password):
178
  st.session_state['authenticated'] = True