Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ import numpy as np
|
|
9 |
from PIL import Image
|
10 |
|
11 |
# Load and display the WEBP image
|
12 |
-
image = Image.open("
|
13 |
st.image(image, caption="Sentiment Analysis App", use_column_width=True)
|
14 |
|
15 |
# Load the model and tokenizer
|
|
|
9 |
from PIL import Image
|
10 |
|
11 |
# Load and display the WEBP image
|
12 |
+
image = Image.open("imagefintech.webp") # Replace 'logo.webp' with your actual WEBP file path
|
13 |
st.image(image, caption="Sentiment Analysis App", use_column_width=True)
|
14 |
|
15 |
# Load the model and tokenizer
|