Oscar-Hernandez commited on
Commit
27d9810
1 Parent(s): ed646d7

Update app.py

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