ajsbsd commited on
Commit
7ff7b2c
·
verified ·
1 Parent(s): 12132db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
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", # Corrected: Added closing double quote
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