Adityaganesh commited on
Commit
25a20e3
·
verified ·
1 Parent(s): de79f8d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ def set_background(image_path):
47
  st.markdown(bg_image_style, unsafe_allow_html=True)
48
 
49
  # ✅ Set background image (Make sure the image is in the same directory)
50
- set_background("Images/News_image.jpg")
51
 
52
 
53
  # ✅ Initialize stopwords and lemmatizer
 
47
  st.markdown(bg_image_style, unsafe_allow_html=True)
48
 
49
  # ✅ Set background image (Make sure the image is in the same directory)
50
+ set_background("Images/News image.jpg")
51
 
52
 
53
  # ✅ Initialize stopwords and lemmatizer