Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ from fpdf import FPDF
|
|
5 |
import os
|
6 |
|
7 |
title_and_description = """
|
8 |
-
# PDF to Word
|
9 |
"""
|
10 |
|
11 |
def pdf_to_word(pdf_file):
|
|
|
5 |
import os
|
6 |
|
7 |
title_and_description = """
|
8 |
+
# PDF to Word & Word to PDF
|
9 |
"""
|
10 |
|
11 |
def pdf_to_word(pdf_file):
|