ajsbsd commited on
Commit
9fe3143
·
verified ·
1 Parent(s): 0cac41f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -1,6 +1,5 @@
1
  import gradio as gr
2
 
3
- # === Sample Data ===
4
  tv_appearances = [
5
  {
6
  "source": "The Daily Signal",
@@ -44,6 +43,11 @@ news_mentions = [
44
  "show": "American Greatness - VICTOR DAVIS HANSON: Revenge or Justice?",
45
  "date": "July 24, 2025 - 5:55 am",
46
  "link": "https://amgreatness.com/2025/07/24/revenge-or-justice/"
 
 
 
 
 
47
  }
48
 
49
  ]
 
1
  import gradio as gr
2
 
 
3
  tv_appearances = [
4
  {
5
  "source": "The Daily Signal",
 
43
  "show": "American Greatness - VICTOR DAVIS HANSON: Revenge or Justice?",
44
  "date": "July 24, 2025 - 5:55 am",
45
  "link": "https://amgreatness.com/2025/07/24/revenge-or-justice/"
46
+ },
47
+ {
48
+ "show": "American Greatness - VICTOR DAVIS HANSON: The Cincinnati Cop-outs",
49
+ "date": "July 31, 2025 5:55 am",
50
+ "link": "https://amgreatness.com/2025/07/31/the-cincinnati-cop-outs/"
51
  }
52
 
53
  ]