suriya7 commited on
Commit
8b3fa78
1 Parent(s): 459bdb1

Update app.py

Browse files

added space in the code

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"