Spaces:
Running
Running
Commit
·
0d98cc3
1
Parent(s):
67bff1c
link update
Browse files
app.py
CHANGED
@@ -105,7 +105,7 @@ def cancel_scrape():
|
|
105 |
|
106 |
with gr.Blocks() as iface:
|
107 |
gr.Markdown("# Docs Scraper")
|
108 |
-
gr.HTML('<a href="https://github.com/patrickacraig/docs-scraper" target="_blank" rel="noopener noreferrer">GitHub</a>')
|
109 |
gr.Markdown("""
|
110 |
## Map and Scrape Website URLs with Firecrawl API
|
111 |
Enter a base URL, your Firecrawl API key, and choose whether to limit the scraping rate.
|
|
|
105 |
|
106 |
with gr.Blocks() as iface:
|
107 |
gr.Markdown("# Docs Scraper")
|
108 |
+
gr.HTML('<a href="https://github.com/patrickacraig/docs-scraper" target="_blank" rel="noopener noreferrer">View on GitHub</a>')
|
109 |
gr.Markdown("""
|
110 |
## Map and Scrape Website URLs with Firecrawl API
|
111 |
Enter a base URL, your Firecrawl API key, and choose whether to limit the scraping rate.
|