This commit is contained in:
Pratham Soni
2024-06-24 09:54:43 -05:00
+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", "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):