alexrods commited on
Commit
7d1506d
·
1 Parent(s): 62cc4cf

fix error in app.py

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