Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ if "user_input" not in st.session_state:
|
|
18 |
st.session_state.user_input = ""
|
19 |
|
20 |
# Load the banner image from the same directory
|
21 |
-
st.image("
|
22 |
|
23 |
##############################################
|
24 |
##
|
|
|
18 |
st.session_state.user_input = ""
|
19 |
|
20 |
# Load the banner image from the same directory
|
21 |
+
st.image("banner_policy.jpg", use_container_width=True)
|
22 |
|
23 |
##############################################
|
24 |
##
|