Spaces:
Runtime error
Runtime error
alexrods
commited on
Commit
·
7d1506d
1
Parent(s):
62cc4cf
fix error in app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ with col2:
|
|
74 |
ex2 = Image.open(examples[1])
|
75 |
st.image(ex2, width=200)
|
76 |
if st.button("Corre ejemplo 1"):
|
77 |
-
file_imagen = examples[1]
|
78 |
|
79 |
with col3:
|
80 |
ex3 = Image.open(examples[2])
|
|
|
74 |
ex2 = Image.open(examples[1])
|
75 |
st.image(ex2, width=200)
|
76 |
if st.button("Corre ejemplo 1"):
|
77 |
+
file_imagen = examples[1]
|
78 |
|
79 |
with col3:
|
80 |
ex3 = Image.open(examples[2])
|