entropy25 commited on
Commit
bad6975
·
verified ·
1 Parent(s): 66f7deb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -5
app.py CHANGED
@@ -501,12 +501,13 @@ class SentimentApp:
501
 
502
  # Example data
503
  self.examples = [
504
- ["The cinematography was stunning but the plot was predictable and lacked depth."],
505
- ["A masterpiece! Powerful performances and unforgettable scenes throughout."],
506
- ["Boring from start to finish with terrible acting and weak plot development."],
507
- ["Impressive effects but the story was confusing and difficult to follow."],
508
- ["Absolutely incredible ending - one of the best films in recent years!"]
509
  ]
 
510
 
511
  @handle_errors(default_return=("Please enter text", None, None, None, None))
512
  def analyze_single(self, text: str, theme: str = 'default'):
 
501
 
502
  # Example data
503
  self.examples = [
504
+ ["While the film's visual effects were undeniably impressive, the story lacked emotional weight, and the pacing felt inconsistent throughout."],
505
+ ["An extraordinary achievement in filmmaking — the direction was masterful, the script was sharp, and every performance added depth and realism."],
506
+ ["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."],
507
+ ["A beautifully crafted story with heartfelt moments and a soundtrack that perfectly captured the emotional tone of each scene."],
508
+ ["The movie was far too long, with unnecessary subplots and dull dialogue that made it difficult to stay engaged until the end."]
509
  ]
510
+
511
 
512
  @handle_errors(default_return=("Please enter text", None, None, None, None))
513
  def analyze_single(self, text: str, theme: str = 'default'):