Adityadn commited on
Commit
c00b707
·
verified ·
1 Parent(s): ff51773

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ interface = gr.Interface(
85
  ],
86
  outputs=gr.File(label="Converted Document"),
87
  title="Document Format Converter",
88
- description="Upload a document and select any target format for conversion.",
89
  css="footer {visibility: hidden}"
90
  )
91
 
 
85
  ],
86
  outputs=gr.File(label="Converted Document"),
87
  title="Document Format Converter",
88
+ description="Upload document and select target format for conversion.",
89
  css="footer {visibility: hidden}"
90
  )
91