Hugomartinezg commited on
Commit
5f8cbec
·
verified ·
1 Parent(s): 139a819

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ st.write(
10
 
11
  ## Barra lateral
12
  st.sidebar.subheader("¡Esta mariposa no existe! Ni en América Latina 🤯.")
13
- st.sidebar.image("logo.png", width=200)
14
  st.sidebar.caption(
15
  f"[Modelo](https://huggingface.co/ceyda/butterfly_cropped_uniq1K_512) y [Dataset](https://huggingface.co/datasets/huggan/smithsonian_butterflies_subset) usados."
16
  )
 
10
 
11
  ## Barra lateral
12
  st.sidebar.subheader("¡Esta mariposa no existe! Ni en América Latina 🤯.")
13
+ ## st.sidebar.image("logo.png", width=200)
14
  st.sidebar.caption(
15
  f"[Modelo](https://huggingface.co/ceyda/butterfly_cropped_uniq1K_512) y [Dataset](https://huggingface.co/datasets/huggan/smithsonian_butterflies_subset) usados."
16
  )