bluenevus commited on
Commit
31c9130
·
verified ·
1 Parent(s): d0bb3ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="Gradio Documentation to PDF Converter",
120
- description="Enter the Gradio docs URL and crawl depth to convert documentation pages into a PDF."
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__":