Spaces:
Running
Running
Update app.py
Browse files
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
|