Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ iface = gr.Interface(
|
|
31 |
inputs="text",
|
32 |
outputs=[
|
33 |
gr.Textbox(label="Crawl Results"),
|
34 |
-
gr.File(label="Download Results")
|
35 |
],
|
36 |
title="Katana Crawler",
|
37 |
description="Enter a URL to crawl using Katana. Results will be displayed and available for download."
|
|
|
31 |
inputs="text",
|
32 |
outputs=[
|
33 |
gr.Textbox(label="Crawl Results"),
|
34 |
+
gr.File(label="Download Results",file_count=0)
|
35 |
],
|
36 |
title="Katana Crawler",
|
37 |
description="Enter a URL to crawl using Katana. Results will be displayed and available for download."
|