Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -551,7 +551,7 @@ def delete_document(user_id, doc_id):
|
|
| 551 |
def side():
|
| 552 |
with st.sidebar:
|
| 553 |
|
| 554 |
-
with st.sidebar.expander("**TrustLogic®**, expanded=False):
|
| 555 |
st.image("Trust Logic_Wheel_RGB_Standard.png")
|
| 556 |
|
| 557 |
st.markdown(
|
|
|
|
| 551 |
def side():
|
| 552 |
with st.sidebar:
|
| 553 |
|
| 554 |
+
with st.sidebar.expander("**TrustLogic®**", expanded=False):
|
| 555 |
st.image("Trust Logic_Wheel_RGB_Standard.png")
|
| 556 |
|
| 557 |
st.markdown(
|