Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -116,8 +116,8 @@ iface = gr.Interface(
|
|
116 |
gr.Slider(minimum=1, maximum=5, value=3, step=1, label="Crawl Depth")
|
117 |
],
|
118 |
outputs=gr.File(label="Download PDF"),
|
119 |
-
title="
|
120 |
-
description="Enter
|
121 |
)
|
122 |
|
123 |
if __name__ == "__main__":
|
|
|
116 |
gr.Slider(minimum=1, maximum=5, value=3, step=1, label="Crawl Depth")
|
117 |
],
|
118 |
outputs=gr.File(label="Download PDF"),
|
119 |
+
title="Website to PDF Converter",
|
120 |
+
description="Enter docs URL and crawl depth to convert documentation pages into a PDF. Be responsible for sites you have permission to do this"
|
121 |
)
|
122 |
|
123 |
if __name__ == "__main__":
|