Update app.py
Browse files
app.py
CHANGED
@@ -471,12 +471,12 @@ def analyze_text(pasted_txt: str):
|
|
471 |
|
472 |
apply_plotly_theme()
|
473 |
|
474 |
-
with gr.Blocks(title="Verbatify
|
475 |
# Header
|
476 |
gr.HTML(
|
477 |
"<div class='vb-hero'>"
|
478 |
f"{LOGO_SVG}"
|
479 |
-
"<div><div class='vb-title'>Verbatify
|
480 |
"<div class='vb-sub'>Émotions • Thématiques • Occurrences • Synthèse • NPS</div></div>"
|
481 |
"</div>"
|
482 |
)
|
|
|
471 |
|
472 |
apply_plotly_theme()
|
473 |
|
474 |
+
with gr.Blocks(title="Verbatify, révélez la voix de vos assurés, simplement...", css=VB_CSS) as demo:
|
475 |
# Header
|
476 |
gr.HTML(
|
477 |
"<div class='vb-hero'>"
|
478 |
f"{LOGO_SVG}"
|
479 |
+
"<div><div class='vb-title'>Verbatify, révélez la voix de vos assurés, simplement...</div>"
|
480 |
"<div class='vb-sub'>Émotions • Thématiques • Occurrences • Synthèse • NPS</div></div>"
|
481 |
"</div>"
|
482 |
)
|