Update app.py
Browse files
app.py
CHANGED
|
@@ -65,10 +65,10 @@ def process_article(text, local_input, solidarity_input,issue_input,policy_input
|
|
| 65 |
Only use information from the article.
|
| 66 |
|
| 67 |
Answers the following questions:
|
| 68 |
-
Is the
|
| 69 |
-
Is the
|
| 70 |
-
Is the
|
| 71 |
-
Is the
|
| 72 |
What best describes the theme?
|
| 73 |
|
| 74 |
ARTICLE: + {text}
|
|
|
|
| 65 |
Only use information from the article.
|
| 66 |
|
| 67 |
Answers the following questions:
|
| 68 |
+
Is the topic of the protest a local victim of police brutality?
|
| 69 |
+
Is the topic of the protest solidarity with non-local victims of police brutality?
|
| 70 |
+
Is the topic of the protest police brutality ?
|
| 71 |
+
Is the topic of the protest a policy reform related to reducing police brutality?
|
| 72 |
What best describes the theme?
|
| 73 |
|
| 74 |
ARTICLE: + {text}
|