Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
| 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__":
|