Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ tone_categories = {
|
|
51 |
|
52 |
# AI-Expanded Frame Categories for More Precise Categorization
|
53 |
# Expanded Frame Categories for Better Categorization
|
54 |
-
|
55 |
"Human Rights & Justice": {
|
56 |
"Legal Rights & Reforms": ["law", "justice", "legal", "reforms", "legislation"],
|
57 |
"Humanitarian Issues": ["humanitarian", "aid", "refugees", "asylum", "crisis response"],
|
|
|
51 |
|
52 |
# AI-Expanded Frame Categories for More Precise Categorization
|
53 |
# Expanded Frame Categories for Better Categorization
|
54 |
+
frame_categories = {
|
55 |
"Human Rights & Justice": {
|
56 |
"Legal Rights & Reforms": ["law", "justice", "legal", "reforms", "legislation"],
|
57 |
"Humanitarian Issues": ["humanitarian", "aid", "refugees", "asylum", "crisis response"],
|