Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -88,7 +88,7 @@ def enhanced_ai_scrape(input_method, url, html, prompts_str, selector, page_pos)
|
|
88 |
with gr.Blocks() as demo:
|
89 |
gr.Markdown("""
|
90 |
<div style='text-align: center; margin-bottom: 24px;'>
|
91 |
-
<h1 style='font-size:2.2em; margin-bottom: 0.2em;'>🧩
|
92 |
<p style='font-size:1.2em; margin-top: 0;'>Extract structured data from web pages with advanced AI models.</p>
|
93 |
<p style='font-size:1em; margin-top: 0.5em;'>For more details and API usage, see the <a href='https://jigsawstack.com/docs/api-reference/ai/scrape' target='_blank'>documentation</a>.</p>
|
94 |
</div>
|
|
|
88 |
with gr.Blocks() as demo:
|
89 |
gr.Markdown("""
|
90 |
<div style='text-align: center; margin-bottom: 24px;'>
|
91 |
+
<h1 style='font-size:2.2em; margin-bottom: 0.2em;'>🧩 AI Scraper</h1>
|
92 |
<p style='font-size:1.2em; margin-top: 0;'>Extract structured data from web pages with advanced AI models.</p>
|
93 |
<p style='font-size:1em; margin-top: 0.5em;'>For more details and API usage, see the <a href='https://jigsawstack.com/docs/api-reference/ai/scrape' target='_blank'>documentation</a>.</p>
|
94 |
</div>
|