Spaces:
Running
Running
Update app.py
Browse files
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=
|
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=[],
|