Mr-Vicky-01 suriya7 commited on
Commit
c9aee84
1 Parent(s): 459bdb1

Update app.py (#1)

Browse files

- Update app.py (8b3fa780e8868c0a694d4841ab1e8b0c7a8e8b85)


Co-authored-by: suriya <[email protected]>

Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -95,6 +95,7 @@ if uploaded_file:
95
  doc_buffer = markdown_to_word(text)
96
  st.download_button(
97
  label="Download",
 
98
  data=doc_buffer,
99
  file_name="output.docx",
100
  mime="application/vnd.openxmlformats-officedocument.wordprocessingml.document"
 
95
  doc_buffer = markdown_to_word(text)
96
  st.download_button(
97
  label="Download",
98
+
99
  data=doc_buffer,
100
  file_name="output.docx",
101
  mime="application/vnd.openxmlformats-officedocument.wordprocessingml.document"