DavidVarona commited on
Commit
3bea6a6
1 Parent(s): cffbd56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ labels = ['0','1']
12
 
13
  example1 = "This film is the worst I have seen in my whole life."
14
  example2 = "Really interesting. I liked it a lot."
15
- example3 = " Although I did not like the ending, it is a great film."
16
 
17
  # Definimos una función que se encarga de llevar a cabo las predicciones
18
  def predict(text):
 
12
 
13
  example1 = "This film is the worst I have seen in my whole life."
14
  example2 = "Really interesting. I liked it a lot."
15
+ example3 = "I didn't like the ending,."
16
 
17
  # Definimos una función que se encarga de llevar a cabo las predicciones
18
  def predict(text):