Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -800,6 +800,10 @@ def side():
|
|
| 800 |
st.sidebar.success("Document deleted successfully!")
|
| 801 |
except Exception as e:
|
| 802 |
st.sidebar.error(f"Error deleting document: {e}")
|
|
|
|
|
|
|
|
|
|
|
|
|
| 803 |
|
| 804 |
st.markdown("""
|
| 805 |
<style>
|
|
|
|
| 800 |
st.sidebar.success("Document deleted successfully!")
|
| 801 |
except Exception as e:
|
| 802 |
st.sidebar.error(f"Error deleting document: {e}")
|
| 803 |
+
st.sidebar.markdown("</div>", unsafe_allow_html=True)
|
| 804 |
+
trust_buckets = ["Any","Stability", "Development", "Relationship", "Benefit", "Vision", "Competence"]
|
| 805 |
+
|
| 806 |
+
|
| 807 |
|
| 808 |
st.markdown("""
|
| 809 |
<style>
|