rocky250 commited on
Commit
2d4bbca
·
verified ·
1 Parent(s): d43adf3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
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="VideoVerifier MHMisinfo") 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">🔬 Video Verifier &amp; Sentiment Analyzer</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
 
 
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