Spaces:
Build error
Build error
Update app.py
Browse files
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,
|
| 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")
|