GuglielmoTor commited on
Commit
2f00f6e
·
verified ·
1 Parent(s): 9e78f32

Update ui/ui_generators.py

Browse files
Files changed (1) hide show
  1. ui/ui_generators.py +2 -2
ui/ui_generators.py CHANGED
@@ -639,14 +639,14 @@ def create_analytics_plot_panel(plot_label, plot_id):
639
  size="sm",
640
  scale=0,
641
  min_width=40,
642
- label"Scopri come viene calcolato il dato che stai visualizzando."
643
  )
644
  explore_btn = gr.Button(
645
  value=EXPLORE_ICON,
646
  size="sm",
647
  scale=0,
648
  min_width=40,
649
- label"Ingrandisci il grafico per un'analisi più dettagliata."
650
  )
651
 
652
  # ✅ FIXED: Use gr.LinePlot for the interactive chart, and gr.Plot for others.
 
639
  size="sm",
640
  scale=0,
641
  min_width=40,
642
+ label="Scopri come viene calcolato il dato che stai visualizzando."
643
  )
644
  explore_btn = gr.Button(
645
  value=EXPLORE_ICON,
646
  size="sm",
647
  scale=0,
648
  min_width=40,
649
+ label="Ingrandisci il grafico per un'analisi più dettagliata."
650
  )
651
 
652
  # ✅ FIXED: Use gr.LinePlot for the interactive chart, and gr.Plot for others.