Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -35,15 +35,7 @@ with info_tab:
|
|
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 |
-
<
|
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 |
|
|
|
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 |
+
<iframe width="560" height="315" src="https://www.youtube.com/embed/jFagRX6-I2E?si=i7Ss9zNHRAL0Xnfi" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
""")
|
40 |
gr.Image(value="agent_diagram.png", label="Agent Workflow Diagram")
|
41 |
|