digitalai commited on
Commit
8dbc2d7
1 Parent(s): d0d6f74

Update pages/About.py

Browse files
Files changed (1) hide show
  1. pages/About.py +1 -1
pages/About.py CHANGED
@@ -37,6 +37,6 @@ with st.container():
37
  banner = Image.open(assets_dir/"whoweare.jpg")
38
  col1, col2 = st.columns([5, 3])
39
  with col1:
40
- st.image(banner, width=400, use_column_width="auto")
41
  with col2:
42
  st.text_area("سازندگان:")
 
37
  banner = Image.open(assets_dir/"whoweare.jpg")
38
  col1, col2 = st.columns([5, 3])
39
  with col1:
40
+ st.image(banner)
41
  with col2:
42
  st.text_area("سازندگان:")