entropy25 commited on
Commit
806ee41
·
verified ·
1 Parent(s): 51862a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -394,11 +394,11 @@ class SentimentApp:
394
 
395
  # Example data
396
  self.examples = [
397
- ["The cinematography was stunning but the plot was predictable and lacked depth."],
398
- ["A masterpiece! Powerful performances and unforgettable scenes throughout."],
399
- ["Boring from start to finish with terrible acting and weak plot development."],
400
- ["Impressive effects but the story was confusing and difficult to follow."],
401
- ["Absolutely incredible ending - one of the best films in recent years!"]
402
  ]
403
 
404
  @handle_errors(default_return=("Please enter text", None, None, None))
 
394
 
395
  # Example data
396
  self.examples = [
397
+ ["While the film's visual effects were undeniably impressive, the story lacked emotional weight, and the pacing felt inconsistent throughout."],
398
+ ["An extraordinary achievement in filmmaking — the direction was masterful, the script was sharp, and every performance added depth and realism."],
399
+ ["Despite a promising start, the film quickly devolved into a series of clichés, with weak character development and an ending that felt rushed and unearned."],
400
+ ["A beautifully crafted story with heartfelt moments and a soundtrack that perfectly captured the emotional tone of each scene."],
401
+ ["The movie was far too long, with unnecessary subplots and dull dialogue that made it difficult to stay engaged until the end."]
402
  ]
403
 
404
  @handle_errors(default_return=("Please enter text", None, None, None))