fixed readme for hf
Browse files- 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[
|
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
|