Update app.py
Browse files
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
|
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 |
|