ireinisi commited on
Commit
53c334b
1 Parent(s): 582872c

add download

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -199,6 +199,8 @@ if st.session_state.name == "":
199
  document.getElementById('download-link').click();
200
  </script>
201
  """
 
 
202
 
203
  if name_input: # Check if the user has entered a name
204
  st.session_state.primer, st.session_state.returning = get_primer(name_input)
 
199
  document.getElementById('download-link').click();
200
  </script>
201
  """
202
+ st.markdown(download_link, unsafe_allow_html=True)
203
+ time.sleep(30)
204
 
205
  if name_input: # Check if the user has entered a name
206
  st.session_state.primer, st.session_state.returning = get_primer(name_input)