Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ def word_to_pdf(docx_file):
|
|
46 |
pdf.output(pdf_filename)
|
47 |
return pdf_filename
|
48 |
|
49 |
-
with gr.Blocks(
|
50 |
gr.Markdown(title_and_description)
|
51 |
|
52 |
with gr.Row():
|
|
|
46 |
pdf.output(pdf_filename)
|
47 |
return pdf_filename
|
48 |
|
49 |
+
with gr.Blocks() as app:
|
50 |
gr.Markdown(title_and_description)
|
51 |
|
52 |
with gr.Row():
|