vineet124jig commited on
Commit
6bcac10
Β·
verified Β·
1 Parent(s): 15d4c35

Update app.py

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