TIMBOVILL commited on
Commit
9e0fd3d
·
verified ·
1 Parent(s): 78c7919

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ iface = gr.Interface(
58
  gr.HTML(label="HTML Content"),
59
  ],
60
  title="Webpage to HTML Converter",
61
- description="Convert a webpage to a single HTML file for offline use. This space was created for my friend for API user but you can perfectly use it here, this is a Gradio wrapper of (zTrix's webpage2html)[https://github.com/zTrix/webpage2html/] script."
62
  )
63
 
64
  if __name__ == "__main__":
 
58
  gr.HTML(label="HTML Content"),
59
  ],
60
  title="Webpage to HTML Converter",
61
+ description="Convert a webpage to a single HTML file for offline use. This space was created for my friend for API use with a external app but you can perfectly use it here, this is a Gradio wrapper of (zTrix's webpage2html)[https://github.com/zTrix/webpage2html] script."
62
  )
63
 
64
  if __name__ == "__main__":