BaRiDo commited on
Commit
7c80b06
·
verified ·
1 Parent(s): 0daea72

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("banner.jpg", use_container_width=True)
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
  ##