From f8dafeb5140549332b8a163080ebcdd12b4728f2 Mon Sep 17 00:00:00 2001 From: Pratham Soni Date: Fri, 21 Jun 2024 16:24:56 -0500 Subject: [PATCH] interface_1 change to st.download_button --- streamlit/interface_1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/streamlit/interface_1.py b/streamlit/interface_1.py index f41cf97..162273f 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", csv, "file.csv", "text/csv", key='download-csv') + st.download_button("Download Table", "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):