Update app.py
Browse files
app.py
CHANGED
@@ -65,8 +65,7 @@ def get_steam_review_classification_result_text(label_1, score_1, label_2, score
|
|
65 |
|
66 |
# Examples Steam Reviews to display in the Gradio Interface using the "examples" parameter
|
67 |
examples = [
|
68 |
-
[
|
69 |
-
"Review: I think this is a great game but it still has some room for improvement., Playtime: 12, Voted Up: True, Upvotes: 1, Votes Funny: 0"],
|
70 |
["Review: Trash game. Deleted., Playtime: 1, Voted Up: False, Upvotes: 0, Votes Funny: 0"],
|
71 |
["Review: This game is amazing., Playtime: 100, Voted Up: True, Upvotes: 1, Votes Funny: 0"],
|
72 |
["Review: Great game, but the community is toxic., Playtime: 50, Voted Up: True, Upvotes: 1, Votes Funny: 0"]
|
|
|
65 |
|
66 |
# Examples Steam Reviews to display in the Gradio Interface using the "examples" parameter
|
67 |
examples = [
|
68 |
+
["Review: I think this is a great game but it still has some room for improvement., Playtime: 12, Voted Up: True, Upvotes: 1, Votes Funny: 0"],
|
|
|
69 |
["Review: Trash game. Deleted., Playtime: 1, Voted Up: False, Upvotes: 0, Votes Funny: 0"],
|
70 |
["Review: This game is amazing., Playtime: 100, Voted Up: True, Upvotes: 1, Votes Funny: 0"],
|
71 |
["Review: Great game, but the community is toxic., Playtime: 50, Voted Up: True, Upvotes: 1, Votes Funny: 0"]
|