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

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("assets/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."