Spaces:
Running
Running
Update ui/ui_generators.py
Browse files- 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
|
1067 |
<div class="selection-description">
|
1068 |
-
|
1069 |
-
|
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 |
|