Spaces:
Sleeping
Sleeping
Replace the HF logo in the sidebar
Browse files
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))
|