Winnie-Kay commited on
Commit
23b9d9a
·
1 Parent(s): e51fda8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -50,10 +50,7 @@ def preprocess(text):
50
  # Define a function to perform sentiment analysis on the input text using model 1
51
 
52
  def sentiment_analysis_model1(text):
53
-
54
-     # Preprocess the input text
55
-
56
-     text = preprocess(text)
57
 
58
 
59
 
 
50
  # Define a function to perform sentiment analysis on the input text using model 1
51
 
52
  def sentiment_analysis_model1(text):
53
+ text = preprocess(text)
 
 
 
54
 
55
 
56