binuser007 commited on
Commit
9314132
·
verified ·
1 Parent(s): bb7923c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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."