Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -31,10 +31,11 @@ iface = gr.Interface(
|
|
31 |
inputs="text",
|
32 |
outputs=[
|
33 |
gr.Textbox(label="Crawl Results"),
|
34 |
-
gr.File(label="Download Results",file_count=
|
35 |
],
|
36 |
title="Katana Crawler",
|
37 |
-
description="Enter a URL to crawl using Katana. Results will be displayed and available for download."
|
|
|
38 |
)
|
39 |
|
40 |
iface.launch(server_name="0.0.0.0", server_port=7860)
|
|
|
31 |
inputs="text",
|
32 |
outputs=[
|
33 |
gr.Textbox(label="Crawl Results"),
|
34 |
+
gr.File(label="Download Results", file_count="single")
|
35 |
],
|
36 |
title="Katana Crawler",
|
37 |
+
description="Enter a URL to crawl using Katana. Results will be displayed and available for download.",
|
38 |
+
allow_flagging="never"
|
39 |
)
|
40 |
|
41 |
iface.launch(server_name="0.0.0.0", server_port=7860)
|