Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -706,14 +706,14 @@ def pick_and_analyze(selected_url, sentiment_method, max_comments):
|
|
| 706 |
yield from run_pipeline(selected_url, sentiment_method, max_comments)
|
| 707 |
|
| 708 |
|
| 709 |
-
with gr.Blocks(title="
|
| 710 |
|
| 711 |
gr.HTML("""
|
| 712 |
<div style="padding:1.5rem 0 0.8rem;border-bottom:1px solid #BDDDFC;margin-bottom:1.2rem">
|
| 713 |
-
<h1 class="vv-hero">🔬
|
| 714 |
-
<p style="color:#7b7b7b;font-size:0.85rem;margin-top:4px;font-family:'DM Mono',monospace">
|
| 715 |
-
|
| 716 |
-
</p>
|
| 717 |
</div>
|
| 718 |
""")
|
| 719 |
|
|
|
|
| 706 |
yield from run_pipeline(selected_url, sentiment_method, max_comments)
|
| 707 |
|
| 708 |
|
| 709 |
+
with gr.Blocks(title="Misinformation Detection & Public Engagement") as demo:
|
| 710 |
|
| 711 |
gr.HTML("""
|
| 712 |
<div style="padding:1.5rem 0 0.8rem;border-bottom:1px solid #BDDDFC;margin-bottom:1.2rem">
|
| 713 |
+
<h1 class="vv-hero">🔬 Misinformation Detection & Public Engagement</h1>
|
| 714 |
+
# <p style="color:#7b7b7b;font-size:0.85rem;margin-top:4px;font-family:'DM Mono',monospace">
|
| 715 |
+
# mental health misinformation detection
|
| 716 |
+
# </p>
|
| 717 |
</div>
|
| 718 |
""")
|
| 719 |
|