Mavhas commited on
Commit
733c75a
·
verified ·
1 Parent(s): 25d8034

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -143,7 +143,7 @@ if selected_aircraft:
143
  col1, col2 = st.columns([1, 2])
144
 
145
  with col1:
146
- st.image(img, use_column_width=True, caption=aircraft_info["Aircraft Name"])
147
 
148
  with col2:
149
  st.subheader("General Information")
 
143
  col1, col2 = st.columns([1, 2])
144
 
145
  with col1:
146
+ st.image(img, use_container_width=True, caption=aircraft_info["Aircraft Name"])
147
 
148
  with col2:
149
  st.subheader("General Information")