Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -27,8 +27,13 @@ tv_appearances = [
|
|
27 |
news_mentions = [
|
28 |
{
|
29 |
"show": "‘The Entire Human Rights System Is in Danger’ - Novara Media",
|
30 |
-
"date": "22 January 2025",
|
31 |
"link": "https://novaramedia.com/2025/01/22/the-entire-human-rights-system-is-in-danger-in-conversation-with-francesca-albanese/"
|
|
|
|
|
|
|
|
|
|
|
32 |
}
|
33 |
]
|
34 |
|
|
|
27 |
news_mentions = [
|
28 |
{
|
29 |
"show": "‘The Entire Human Rights System Is in Danger’ - Novara Media",
|
30 |
+
"date": "22 January 2025",
|
31 |
"link": "https://novaramedia.com/2025/01/22/the-entire-human-rights-system-is-in-danger-in-conversation-with-francesca-albanese/"
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"show": "USA: Sanctions against UN Special Rapporteur Francesca Albanese are a disgraceful affront to international justice",
|
35 |
+
"date": "9 July 2025",
|
36 |
+
"link": "https://www.amnesty.org/en/latest/news/2025/07/usa-sanctions-against-un-special-rapporteur-francesca-albanese-are-a-disgraceful-affront-to-international-justice/"
|
37 |
}
|
38 |
]
|
39 |
|