hongaik commited on
Commit
b6722b1
1 Parent(s): 40e3317

initial test

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -272,7 +272,7 @@ if len(uploaded_files) > 0:
272
 
273
  st.download_button(
274
  label="Download report here",
275
- data=doc,
276
  file_name="SEAO Fold 4_Flip 4 Quality Monitoring (" + datetime.datetime.now().strftime("%#d %b") + ").docx",
277
  mime='application/vnd.openxmlformats-officedocument.wordprocessingml.document',
278
  )
 
272
 
273
  st.download_button(
274
  label="Download report here",
275
+ data=doc.docx,
276
  file_name="SEAO Fold 4_Flip 4 Quality Monitoring (" + datetime.datetime.now().strftime("%#d %b") + ").docx",
277
  mime='application/vnd.openxmlformats-officedocument.wordprocessingml.document',
278
  )