Davies commited on
Commit
be13489
1 Parent(s): 2314784

corregimos nombre de imagen

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ st.write("Este es un modelo Light GAN pre entrenado")
9
  ##Barra lateral
10
 
11
  st.sidebar.subheader("Esta Mariposa no existe! haha")
12
- st.sidebar.image("assets/logo.png", width = 200)
13
  st.sidebar.caption("Dema creado usando Streamlit")
14
 
15
 
 
9
  ##Barra lateral
10
 
11
  st.sidebar.subheader("Esta Mariposa no existe! haha")
12
+ st.sidebar.image("assets/mariposa.png", width = 200)
13
  st.sidebar.caption("Dema creado usando Streamlit")
14
 
15