BaRiDo commited on
Commit
a91d836
·
verified ·
1 Parent(s): 4ef67ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
  ##