hlydecker commited on
Commit
4017d01
1 Parent(s): b7b18ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -162,11 +162,7 @@ def create_gradio_interface():
162
  outputs=gr.File(label="Download PDF"),
163
  title="Word to PDF Converter",
164
  description="Upload a Word document and convert it to PDF while preserving formatting and hyperlinks.",
165
- theme="soft",
166
- examples=[
167
- ["/path/to/sample1.docx"],
168
- ["/path/to/sample2.doc"]
169
- ]
170
  )
171
 
172
  return interface
 
162
  outputs=gr.File(label="Download PDF"),
163
  title="Word to PDF Converter",
164
  description="Upload a Word document and convert it to PDF while preserving formatting and hyperlinks.",
165
+ theme="soft"
 
 
 
 
166
  )
167
 
168
  return interface