whitphx HF staff commited on
Commit
fc1306e
1 Parent(s): e79347e

Replace the HF logo in the sidebar

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -27,8 +27,8 @@ with col3:
27
  st.image("https://static.streamlit.io/examples/owl.jpg")
28
 
29
  with st.sidebar:
30
- st.image("https://huggingface.co/datasets/huggingface/brand-assets/resolve/main/hf-logo.png")
31
-
32
  values = st.slider(
33
  'Select a range of values',
34
  0.0, 100.0, (25.0, 75.0))
 
27
  st.image("https://static.streamlit.io/examples/owl.jpg")
28
 
29
  with st.sidebar:
30
+ # st.image("https://huggingface.co/datasets/huggingface/brand-assets/resolve/main/hf-logo.png")
31
+ st.image("https://huggingface.co/datasets/huggingface/brand-assets/resolve/main/hf-logo-with-title.png")
32
  values = st.slider(
33
  'Select a range of values',
34
  0.0, 100.0, (25.0, 75.0))