Spaces:
Configuration error
Configuration error
Update app.py
Browse files
app.py
CHANGED
@@ -231,8 +231,7 @@ def set_page_container_style(
|
|
231 |
if __name__ == '__main__':
|
232 |
import streamlit_authenticator as stauth
|
233 |
import yaml
|
234 |
-
st.set_page_config(layout="wide", page_title="Portal LVAM"
|
235 |
-
page_icon="img/icono.png")
|
236 |
|
237 |
hashed_passwords = stauth.Hasher(["hola", "hola"]).generate()
|
238 |
|
|
|
231 |
if __name__ == '__main__':
|
232 |
import streamlit_authenticator as stauth
|
233 |
import yaml
|
234 |
+
st.set_page_config(layout="wide", page_title="Portal LVAM")
|
|
|
235 |
|
236 |
hashed_passwords = stauth.Hasher(["hola", "hola"]).generate()
|
237 |
|