JoanGiner commited on
Commit
5c69731
·
1 Parent(s): a2f2b7e

fixed readme for hf

Browse files
Files changed (1) hide show
  1. sdc_view.py +1 -1
sdc_view.py CHANGED
@@ -461,7 +461,7 @@ def render_sdc():
461
  st.download_button(
462
  label="Download JSON",
463
  data=session_state_json,
464
- file_name=f"{st.session_state["master_title"]}_diveristy_card.json",
465
  mime="application/json"
466
  )
467
  # Display the session state as pretty JSON
 
461
  st.download_button(
462
  label="Download JSON",
463
  data=session_state_json,
464
+ file_name=f"{st.session_state['master_title']}_diveristy_card.json",
465
  mime="application/json"
466
  )
467
  # Display the session state as pretty JSON