GuglielmoTor commited on
Commit
e0480b3
·
verified ·
1 Parent(s): 92fe195

Update ui/ui_generators.py

Browse files
Files changed (1) hide show
  1. ui/ui_generators.py +3 -3
ui/ui_generators.py CHANGED
@@ -1063,10 +1063,10 @@ def create_enhanced_report_tab(agentic_modules_loaded_status: bool):
1063
  # Report selection section
1064
  with gr.Column(elem_classes=["report-selection"]):
1065
  gr.HTML("""
1066
- <div class="selection-title">Report Library</div>
1067
  <div class="selection-description">
1068
- Select a pre-generated report from your analysis library to view detailed insights,
1069
- trends, and recommendations based on your LinkedIn organization data.
1070
  </div>
1071
  """)
1072
 
 
1063
  # Report selection section
1064
  with gr.Column(elem_classes=["report-selection"]):
1065
  gr.HTML("""
1066
+ <div class="selection-title">Libreria Report</div>
1067
  <div class="selection-description">
1068
+ Esplora i tuoi report: ogni settimana ne troverai uno nuovo, generato automaticamente con le ultime analisi,
1069
+ tendenze e consigli per il tuo profilo aziendale LinkedIn.
1070
  </div>
1071
  """)
1072