interface_1 change to st.download_button

This commit is contained in:
Pratham Soni
2024-06-21 16:24:56 -05:00
parent 9d5dc1492e
commit f8dafeb514
+1 -1
View File
@@ -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):