bullm commited on
Commit
05cd3e5
1 Parent(s): efdb6dc

Update app.py

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