Spaces:
Sleeping
Sleeping
Add video
Browse files
app.py
CHANGED
@@ -34,6 +34,17 @@ with info_tab:
|
|
34 |
"- Request background events leading up to a news story\n"
|
35 |
"- Explore summarized social media reactions (positive/negative) to news events\n\n"
|
36 |
"The agent uses tools for news retrieval, implication generation, event chronology, and social sentiment analysis.")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
gr.Image(value="agent_diagram.png", label="Agent Workflow Diagram")
|
38 |
|
39 |
|
|
|
34 |
"- Request background events leading up to a news story\n"
|
35 |
"- Explore summarized social media reactions (positive/negative) to news events\n\n"
|
36 |
"The agent uses tools for news retrieval, implication generation, event chronology, and social sentiment analysis.")
|
37 |
+
gr.HTML("""
|
38 |
+
<div style="text-align: center; margin: 20px auto; max-width: 1000px;">
|
39 |
+
<iframe width="100%" height="600"
|
40 |
+
src="https://www.youtube.com/embed/jFagRX6-I2E"
|
41 |
+
title="Personalized News Agent"
|
42 |
+
frameborder="0"
|
43 |
+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
|
44 |
+
allowfullscreen>
|
45 |
+
</iframe>
|
46 |
+
</div>
|
47 |
+
""")
|
48 |
gr.Image(value="agent_diagram.png", label="Agent Workflow Diagram")
|
49 |
|
50 |
|