Spaces:
Build error
Build error
Update app.py
#1
by
suriya7
- opened
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"
|