prithivMLmods commited on
Commit
b7e2217
·
verified ·
1 Parent(s): 62aea89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(theme="xiaobaiyuan/theme_brief") as app:
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():