diff --git a/streamlit/interface_1.py b/streamlit/interface_1.py index 162273f..f41cf97 100644 --- a/streamlit/interface_1.py +++ b/streamlit/interface_1.py @@ -249,7 +249,7 @@ if client: buttons = st.columns([0.8, 0.2]) with buttons[0]: - st.download_button("Download Table", "file.csv", "text/csv", key='download-csv') + st.download_button("Download Table", csv, "file.csv", "text/csv", key='download-csv') with buttons[1]: if st.button("Run Doczy.AI Pipeline"): if not st.session_state.contract_count == len(edited_df):