GuglielmoTor commited on
Commit
10b91c3
·
verified ·
1 Parent(s): cb4dce3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -128,7 +128,7 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue", secondary_hue="sky"),
128
  gr.Markdown("Analyze sentiment of recent posts that mention your organization.")
129
  fetch_mentions_btn = gr.Button("🧠 Fetch Mentions & Sentiment", variant="primary")
130
  mentions_html = gr.HTML()
131
- mentions_plot = gr.Plot(visible=True)
132
  fetch_mentions_btn.click(
133
  fn=run_mentions_and_load,
134
  inputs=[],
 
128
  gr.Markdown("Analyze sentiment of recent posts that mention your organization.")
129
  fetch_mentions_btn = gr.Button("🧠 Fetch Mentions & Sentiment", variant="primary")
130
  mentions_html = gr.HTML()
131
+ mentions_plot = gr.Plot(visible=False)
132
  fetch_mentions_btn.click(
133
  fn=run_mentions_and_load,
134
  inputs=[],