dipsmom commited on
Commit
89e6831
·
verified ·
1 Parent(s): 88951a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("logo.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
 
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