BaRiDo commited on
Commit
847bac6
·
verified ·
1 Parent(s): a91d836

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- #st.image(banner_image, use_column_width=True)
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
  ##