Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1634,7 +1634,7 @@ def download_trustbuilder_as_md(content, trustbuilder_id):
|
|
| 1634 |
st.sidebar.markdown(download_link, unsafe_allow_html=True)
|
| 1635 |
|
| 1636 |
def handle_save_trustbuilder_or_tonality(user_id, content, type_name):
|
| 1637 |
-
save_content(user_id, content
|
| 1638 |
|
| 1639 |
|
| 1640 |
|
|
|
|
| 1634 |
st.sidebar.markdown(download_link, unsafe_allow_html=True)
|
| 1635 |
|
| 1636 |
def handle_save_trustbuilder_or_tonality(user_id, content, type_name):
|
| 1637 |
+
save_content(user_id, content)
|
| 1638 |
|
| 1639 |
|
| 1640 |
|