Spaces:
Runtime error
Runtime error
johnometalman
commited on
Commit
·
ca2ea04
1
Parent(s):
0dd1649
reducción de codigo innecesario en logica del logo
Browse files
app.py
CHANGED
@@ -8,13 +8,7 @@ st.write('Este es un modelo light GAN entrenado para generación de mariposas')
|
|
8 |
|
9 |
# Barra Lateral
|
10 |
st.sidebar.subheader('Esta mariposa no existe, ¿Puedes creerlo?')
|
11 |
-
|
12 |
-
|
13 |
-
if os.path.exists(logo_path):
|
14 |
-
st.sidebar.image(logo_path, width=200)
|
15 |
-
else:
|
16 |
-
st.sidebar.write("⚠️ Logo not found.")
|
17 |
-
|
18 |
st.sidebar.caption('Demo creado en vivo')
|
19 |
|
20 |
# Cargamos el modelo
|
|
|
8 |
|
9 |
# Barra Lateral
|
10 |
st.sidebar.subheader('Esta mariposa no existe, ¿Puedes creerlo?')
|
11 |
+
st.sidebar.image('assets/logo.png', width=200)
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
st.sidebar.caption('Demo creado en vivo')
|
13 |
|
14 |
# Cargamos el modelo
|