Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -2003,6 +2003,13 @@ with gr.Blocks(css=css,js=js_func) as demo:
|
|
| 2003 |
gr.Markdown(
|
| 2004 |
"""
|
| 2005 |
### Which Trust Buckets® are the most important to your audience and how do you fill them best?
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2006 |
To use TrustAnalyser®, you first insert the TrustLogic® quantitative statements into any of your surveys.
|
| 2007 |
The module consists of six statements that have been extensively modeled, calibrated, and proven in
|
| 2008 |
practice for over 14 years.
|
|
@@ -2014,6 +2021,7 @@ with gr.Blocks(css=css,js=js_func) as demo:
|
|
| 2014 |
"""
|
| 2015 |
)
|
| 2016 |
|
|
|
|
| 2017 |
gr.Markdown(
|
| 2018 |
"""
|
| 2019 |
<span style="font-size:15px;">Volkswagen Example</span><br>
|
|
|
|
| 2003 |
gr.Markdown(
|
| 2004 |
"""
|
| 2005 |
### Which Trust Buckets® are the most important to your audience and how do you fill them best?
|
| 2006 |
+
|
| 2007 |
+
"""
|
| 2008 |
+
)
|
| 2009 |
+
gr.Image("Screenshot 2025-01-21 at 2.54.11 PM.png")
|
| 2010 |
+
|
| 2011 |
+
gr.Markdown(
|
| 2012 |
+
"""
|
| 2013 |
To use TrustAnalyser®, you first insert the TrustLogic® quantitative statements into any of your surveys.
|
| 2014 |
The module consists of six statements that have been extensively modeled, calibrated, and proven in
|
| 2015 |
practice for over 14 years.
|
|
|
|
| 2021 |
"""
|
| 2022 |
)
|
| 2023 |
|
| 2024 |
+
|
| 2025 |
gr.Markdown(
|
| 2026 |
"""
|
| 2027 |
<span style="font-size:15px;">Volkswagen Example</span><br>
|