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