Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -83,7 +83,7 @@ st.markdown(
|
|
83 |
with st.sidebar:
|
84 |
col1, col2 = st.columns(2) # Create two columns in the sidebar
|
85 |
with col1:
|
86 |
-
st.image(image1, width=
|
87 |
with col2:
|
88 |
st.image(image2, width=200)
|
89 |
#st.markdown(title_html, unsafe_allow_html=True)
|
|
|
83 |
with st.sidebar:
|
84 |
col1, col2 = st.columns(2) # Create two columns in the sidebar
|
85 |
with col1:
|
86 |
+
st.image(image1, width=160)
|
87 |
with col2:
|
88 |
st.image(image2, width=200)
|
89 |
#st.markdown(title_html, unsafe_allow_html=True)
|