Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ if "user_input" not in st.session_state:
|
|
21 |
|
22 |
# Load the banner image from the same directory
|
23 |
#banner_image = Image.open("banner.jpg")
|
24 |
-
|
25 |
|
26 |
##############################################
|
27 |
##
|
|
|
21 |
|
22 |
# Load the banner image from the same directory
|
23 |
#banner_image = Image.open("banner.jpg")
|
24 |
+
st.image("banner.jpg", use_column_width=True)
|
25 |
|
26 |
##############################################
|
27 |
##
|