Update app.py
Browse files
app.py
CHANGED
|
@@ -436,12 +436,12 @@ def analyze_text(pasted_txt, has_sc, sep_chr,
|
|
| 436 |
# ====================== UI ======================
|
| 437 |
apply_plotly_theme()
|
| 438 |
|
| 439 |
-
with gr.Blocks(title="Verbatify
|
| 440 |
gr.HTML(
|
| 441 |
"<div class='vb-hero'>"
|
| 442 |
f"{LOGO_SVG}"
|
| 443 |
"<div><div class='vb-title'>Verbatify — Analyse NPS</div>"
|
| 444 |
-
"<div class='vb-sub'>Émotions • Thématiques • Occurrences • Synthèse</div></div>"
|
| 445 |
"</div>"
|
| 446 |
)
|
| 447 |
|
|
@@ -493,7 +493,7 @@ with gr.Blocks(title="Verbatify — Analyse NPS", css=VB_CSS) as demo:
|
|
| 493 |
|
| 494 |
gr.HTML(
|
| 495 |
'<div class="vb-footer">© Verbatify.com — Construit par '
|
| 496 |
-
'<a href="https://jeremy-lagache.fr/" target="_blank" rel="
|
| 497 |
)
|
| 498 |
|
| 499 |
if __name__ == "__main__":
|
|
|
|
| 436 |
# ====================== UI ======================
|
| 437 |
apply_plotly_theme()
|
| 438 |
|
| 439 |
+
with gr.Blocks(title="Verbatify, révélez la voix de vos assurés, simplement", css=VB_CSS) as demo:
|
| 440 |
gr.HTML(
|
| 441 |
"<div class='vb-hero'>"
|
| 442 |
f"{LOGO_SVG}"
|
| 443 |
"<div><div class='vb-title'>Verbatify — Analyse NPS</div>"
|
| 444 |
+
"<div class='vb-sub'>Émotions • Thématiques • Occurrences • Synthèse • NPS</div></div>"
|
| 445 |
"</div>"
|
| 446 |
)
|
| 447 |
|
|
|
|
| 493 |
|
| 494 |
gr.HTML(
|
| 495 |
'<div class="vb-footer">© Verbatify.com — Construit par '
|
| 496 |
+
'<a href="https://jeremy-lagache.fr/" target="_blank" rel="dofollow">Jérémy Lagache</a></div>'
|
| 497 |
)
|
| 498 |
|
| 499 |
if __name__ == "__main__":
|