Spaces:
Sleeping
Sleeping
GitsSaikat
commited on
Update safetyapp.py
Browse files- safetyapp.py +1 -1
safetyapp.py
CHANGED
|
@@ -29,7 +29,7 @@ st.title("Evaluating Safety Perception on Commuting ")
|
|
| 29 |
|
| 30 |
# Sidebar section
|
| 31 |
with st.sidebar:
|
| 32 |
-
st.image("logo.png",
|
| 33 |
st.markdown("---")
|
| 34 |
selected = st.selectbox(
|
| 35 |
"Navigation",
|
|
|
|
| 29 |
|
| 30 |
# Sidebar section
|
| 31 |
with st.sidebar:
|
| 32 |
+
st.image("logo.png", use_container_width=True, caption="Safety Perception")
|
| 33 |
st.markdown("---")
|
| 34 |
selected = st.selectbox(
|
| 35 |
"Navigation",
|