Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ tv_appearances = [
|
|
15 |
{
|
16 |
"source": "Fox News",
|
17 |
"title": "Buttigieg is even worse than Biden: Victor Davis Hanson",
|
18 |
-
"link": "https://www.youtube.com/watch?v=9iIjdYZyUy0
|
19 |
}
|
20 |
]
|
21 |
|
@@ -34,7 +34,7 @@ books = [
|
|
34 |
},
|
35 |
{
|
36 |
"title": "The Second World Wars: How the First Global Conflict Was Fought and Won",
|
37 |
-
"link": " https://www.amazon.com/Second-World-Wars-Global-Conflict-ebook/dp/B01N808V2J
|
38 |
}
|
39 |
]
|
40 |
|
@@ -78,6 +78,7 @@ with gr.Blocks(theme="soft") as demo:
|
|
78 |
- **GDPR Compliance**: This app does not collect personal data about users or store unnecessary personal information about the subject.
|
79 |
- **Right to Be Forgotten**: If the individual or any third party requests removal of content or data, please use the Contact tab.
|
80 |
- **No Affiliate Marketing**: I do not have an Amazon account, link to the main author.
|
|
|
81 |
)
|
82 |
|
83 |
# Launch the app
|
|
|
15 |
{
|
16 |
"source": "Fox News",
|
17 |
"title": "Buttigieg is even worse than Biden: Victor Davis Hanson",
|
18 |
+
"link": "https://www.youtube.com/watch?v=9iIjdYZyUy0"
|
19 |
}
|
20 |
]
|
21 |
|
|
|
34 |
},
|
35 |
{
|
36 |
"title": "The Second World Wars: How the First Global Conflict Was Fought and Won",
|
37 |
+
"link": " https://www.amazon.com/Second-World-Wars-Global-Conflict-ebook/dp/B01N808V2J"
|
38 |
}
|
39 |
]
|
40 |
|
|
|
78 |
- **GDPR Compliance**: This app does not collect personal data about users or store unnecessary personal information about the subject.
|
79 |
- **Right to Be Forgotten**: If the individual or any third party requests removal of content or data, please use the Contact tab.
|
80 |
- **No Affiliate Marketing**: I do not have an Amazon account, link to the main author.
|
81 |
+
"""
|
82 |
)
|
83 |
|
84 |
# Launch the app
|