Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -95,7 +95,7 @@ def web_ai_search(query, ai_overview, safe_search, spell_check, deep_research, m
|
|
95 |
with gr.Blocks() as demo:
|
96 |
gr.Markdown("""
|
97 |
<div style='text-align: center; margin-bottom: 24px;'>
|
98 |
-
<h1 style='font-size:2.2em; margin-bottom: 0.2em;'
|
99 |
<p style='font-size:1.2em; margin-top: 0;'>Effortlessly search the web and get high-quality results powered by AI.</p>
|
100 |
<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/web/ai-search' target='_blank'>documentation</a>.</p>
|
101 |
</div>
|
|
|
95 |
with gr.Blocks() as demo:
|
96 |
gr.Markdown("""
|
97 |
<div style='text-align: center; margin-bottom: 24px;'>
|
98 |
+
<h1 style='font-size:2.2em; margin-bottom: 0.2em;'>π§© AI Search</h1>
|
99 |
<p style='font-size:1.2em; margin-top: 0;'>Effortlessly search the web and get high-quality results powered by AI.</p>
|
100 |
<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/web/ai-search' target='_blank'>documentation</a>.</p>
|
101 |
</div>
|