fatmacankara commited on
Commit
8832d04
·
1 Parent(s): e5bafbe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -108,6 +108,6 @@ with st.form('mform', clear_on_submit=False):
108
 
109
  with st.form("download_form", clear_on_submit=False):
110
  st.text_input("Enter filename", key="filename")
111
- submit = st.form_submit_button("Download", on_click=selected_df)
112
 
113
 
 
108
 
109
  with st.form("download_form", clear_on_submit=False):
110
  st.text_input("Enter filename", key="filename")
111
+ submit = st.form_submit_button("Download", on_click=selected_df,sleep=0)
112
 
113