Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -394,11 +394,11 @@ class SentimentApp:
|
|
394 |
|
395 |
# Example data
|
396 |
self.examples = [
|
397 |
-
["
|
398 |
-
["
|
399 |
-
["
|
400 |
-
["
|
401 |
-
["
|
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))
|