Spaces:
Runtime error
Runtime error
change in filename
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ def main():
|
|
61 |
|
62 |
from PIL import Image
|
63 |
|
64 |
-
wallpaper = Image.open('
|
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")
|