Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -45,7 +45,7 @@ def main():
|
|
| 45 |
|
| 46 |
# Use the first column to display the image
|
| 47 |
with col1:
|
| 48 |
-
st.image(image_path, width=300
|
| 49 |
|
| 50 |
# Use the second column to display the title and other content
|
| 51 |
with col2:
|
|
|
|
| 45 |
|
| 46 |
# Use the first column to display the image
|
| 47 |
with col1:
|
| 48 |
+
st.image(image_path, width=300)
|
| 49 |
|
| 50 |
# Use the second column to display the title and other content
|
| 51 |
with col2:
|