fschwartzer commited on
Commit
0c845e6
1 Parent(s): 64b9766

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=200)
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)