GuglielmoTor commited on
Commit
0c1b44d
·
verified ·
1 Parent(s): cc9a691

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -243,7 +243,7 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue", secondary_hue="sky"),
243
  {"label": "Mentions Volume Over Time (Detailed)", "id": "mention_analysis_volume", "section": "Mention Analysis (Detailed)"},
244
  {"label": "Breakdown of Mentions by Sentiment (Detailed)", "id": "mention_analysis_sentiment", "section": "Mention Analysis (Detailed)"}
245
  ]
246
- assert len(plot_configs) == 23, "Mismatch in plot_configs and expected plots."
247
 
248
  active_panel_action_state = gr.State(None) # Stores {"plot_id": "action_type"} e.g. {"posts_activity": "insights"} or None
249
  explored_plot_id_state = gr.State(None) # Stores plot_id of the currently explored plot, or None
 
243
  {"label": "Mentions Volume Over Time (Detailed)", "id": "mention_analysis_volume", "section": "Mention Analysis (Detailed)"},
244
  {"label": "Breakdown of Mentions by Sentiment (Detailed)", "id": "mention_analysis_sentiment", "section": "Mention Analysis (Detailed)"}
245
  ]
246
+ assert len(plot_configs) == 19, "Mismatch in plot_configs and expected plots."
247
 
248
  active_panel_action_state = gr.State(None) # Stores {"plot_id": "action_type"} e.g. {"posts_activity": "insights"} or None
249
  explored_plot_id_state = gr.State(None) # Stores plot_id of the currently explored plot, or None