Wajahat698 commited on
Commit
26618bb
·
verified ·
1 Parent(s): 3abb4fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, type_name)
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