Spaces:
Sleeping
Sleeping
Update app.py
Browse filesChanged some small stuffs.
app.py
CHANGED
@@ -138,8 +138,8 @@ iface = gr.Interface(
|
|
138 |
gr.Textbox(label="Keywords Found", lines=10, placeholder="URLs with matching keywords will be shown here...", interactive=False)
|
139 |
],
|
140 |
live=True,
|
141 |
-
title="
|
142 |
-
description="A
|
143 |
)
|
144 |
|
145 |
# Launch the Gradio app
|
|
|
138 |
gr.Textbox(label="Keywords Found", lines=10, placeholder="URLs with matching keywords will be shown here...", interactive=False)
|
139 |
],
|
140 |
live=True,
|
141 |
+
title="WebCrawlPLUS",
|
142 |
+
description="A web crawler that searches for keywords and shit."
|
143 |
)
|
144 |
|
145 |
# Launch the Gradio app
|