dreji18 commited on
Commit
e151b1f
1 Parent(s): b57d7e1

change in filename

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ def main():
61
 
62
  from PIL import Image
63
 
64
- wallpaper = Image.open('D 4 Data.jpg')
65
  wallpaper = wallpaper.resize((700,350))
66
 
67
  st.sidebar.title("Text Classification App 1.0")
 
61
 
62
  from PIL import Image
63
 
64
+ wallpaper = Image.open('file.jpg')
65
  wallpaper = wallpaper.resize((700,350))
66
 
67
  st.sidebar.title("Text Classification App 1.0")