DeeeTeeee01 commited on
Commit
15ef111
·
1 Parent(s): 875a5e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ Please type your text and press ENTER key to know if your text is positive, nega
35
 
36
 
37
  # Add image
38
- image = st.image("https://huggingface.co/spaces/DeeeTeeee01/SentimentAnalysis/blob/main/sentiment.jpeg", width=400)
39
 
40
  # Get user input
41
  text = st.text_input("Type here:")
 
35
 
36
 
37
  # Add image
38
+ image = st.image("sentiment.jpeg", width=400)
39
 
40
  # Get user input
41
  text = st.text_input("Type here:")