JohnJoelMota commited on
Commit
0b1da21
·
verified ·
1 Parent(s): 5ffcabd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ examples = [
30
  "Hey John, did you finish your intro to Machine Learning textbook?", # Neutral
31
  "I hate Data structures.", # Negative
32
  "I really enjoyed the last movie I watched; it was captivating and well-made.", # Positive
33
- "The meeting was informative, but it felt a bit long.", # Neutral
34
  ]
35
 
36
  demo = gr.Interface(
 
30
  "Hey John, did you finish your intro to Machine Learning textbook?", # Neutral
31
  "I hate Data structures.", # Negative
32
  "I really enjoyed the last movie I watched; it was captivating and well-made.", # Positive
33
+ "Where are you ?", # Neutral
34
  ]
35
 
36
  demo = gr.Interface(