Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -580,24 +580,9 @@ def side():
|
|
| 580 |
|
| 581 |
with st.sidebar.expander("**Trust Buckets® and Trust Builders®**", expanded=False):
|
| 582 |
|
| 583 |
-
|
| 584 |
-
|
| 585 |
-
# Set page configuration for a wide layout (optional)
|
| 586 |
-
|
| 587 |
-
# Display the image in the sidebar without extra space
|
| 588 |
-
st.sidebar.markdown(
|
| 589 |
-
f"""
|
| 590 |
-
<style>
|
| 591 |
-
[data-testid="stSidebar"] img {{
|
| 592 |
-
margin-bottom: -10px; /* Adjust to remove extra space */
|
| 593 |
-
}}
|
| 594 |
-
</style>
|
| 595 |
-
""",
|
| 596 |
-
unsafe_allow_html=True,
|
| 597 |
-
)
|
| 598 |
|
| 599 |
-
# Display the image
|
| 600 |
-
st.sidebar.image(image, caption=None, use_container_width=True)
|
| 601 |
st.markdown(
|
| 602 |
"Our minds assess trust through Six Buckets of Trust® and determine their importance and order in a given situation. We then evaluate why we can or can’t trust someone in these Buckets. Trustifier.ai®, trained on 20 years of TrustLogic® application, helps you identify reasons why your audience can trust you in each Bucket and create trust-optimised solutions. It’s copy AI with substance."
|
| 603 |
)
|
|
@@ -704,7 +689,8 @@ def side():
|
|
| 704 |
)
|
| 705 |
st.markdown("For detailed descriptions, visit [Academy](https://www.trustifier.ai/account/academy)")
|
| 706 |
|
| 707 |
-
st.image("s (1).png",
|
|
|
|
| 708 |
|
| 709 |
|
| 710 |
st.sidebar.markdown('<hr style="border: 2px solid rgb(255, 153, 0); width: 80%; margin: 20px auto;">', unsafe_allow_html=True)
|
|
|
|
| 580 |
|
| 581 |
with st.sidebar.expander("**Trust Buckets® and Trust Builders®**", expanded=False):
|
| 582 |
|
| 583 |
+
st.image("s (1).png", caption="Buckets", width=250) # Adjust width as needed
|
| 584 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 585 |
|
|
|
|
|
|
|
| 586 |
st.markdown(
|
| 587 |
"Our minds assess trust through Six Buckets of Trust® and determine their importance and order in a given situation. We then evaluate why we can or can’t trust someone in these Buckets. Trustifier.ai®, trained on 20 years of TrustLogic® application, helps you identify reasons why your audience can trust you in each Bucket and create trust-optimised solutions. It’s copy AI with substance."
|
| 588 |
)
|
|
|
|
| 689 |
)
|
| 690 |
st.markdown("For detailed descriptions, visit [Academy](https://www.trustifier.ai/account/academy)")
|
| 691 |
|
| 692 |
+
st.image("s (1).png", caption="Buckets", width=250) # Adjust width as needed
|
| 693 |
+
|
| 694 |
|
| 695 |
|
| 696 |
st.sidebar.markdown('<hr style="border: 2px solid rgb(255, 153, 0); width: 80%; margin: 20px auto;">', unsafe_allow_html=True)
|