GuglielmoTor commited on
Commit
f8bc46b
Β·
verified Β·
1 Parent(s): 911be30

Update services/analytics_tab_module.py

Browse files
Files changed (1) hide show
  1. services/analytics_tab_module.py +1 -6
services/analytics_tab_module.py CHANGED
@@ -597,12 +597,7 @@ class AnalyticsTab:
597
  def create_tab_ui(self):
598
  # This method is called by the main app to build the UI for this tab
599
  with gr.TabItem("πŸ“Š Grafici", id="tab_analytics_module"): # Changed id to avoid conflict if old tab exists temporarily
600
- gr.HTML("""
601
- <div style="text-align: center; margin-bottom: 30px;">
602
- <h2 style="color: white; font-weight: 700; margin-bottom: 10px;">Grafici</h2>
603
- <p style="color: rgba(255,255,255,0.7);">Deep insights generated from your LinkedIn organization data</p>
604
- </div>
605
- """)
606
  gr.Markdown("## πŸ“ˆ Analisi Performance LinkedIn")
607
  gr.Markdown("Seleziona un intervallo di date per i grafici. Clicca i pulsanti (πŸ’£ Insights, Ζ’ Formula, 🧭 Esplora) su un grafico per azioni.")
608
  self.analytics_status_md = gr.Markdown("Stato analisi grafici...")
 
597
  def create_tab_ui(self):
598
  # This method is called by the main app to build the UI for this tab
599
  with gr.TabItem("πŸ“Š Grafici", id="tab_analytics_module"): # Changed id to avoid conflict if old tab exists temporarily
600
+
 
 
 
 
 
601
  gr.Markdown("## πŸ“ˆ Analisi Performance LinkedIn")
602
  gr.Markdown("Seleziona un intervallo di date per i grafici. Clicca i pulsanti (πŸ’£ Insights, Ζ’ Formula, 🧭 Esplora) su un grafico per azioni.")
603
  self.analytics_status_md = gr.Markdown("Stato analisi grafici...")