vineet124jig commited on
Commit
7e7efaf
·
verified ·
1 Parent(s): 504e39f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ def summarize(text, url, file_store_key, summary_type, max_points, max_character
83
  with gr.Blocks() as demo:
84
  gr.Markdown("""
85
  <div style='text-align: center; margin-bottom: 24px;'>
86
- <h1 style='font-size:2.2em; margin-bottom: 0.2em;'>🧩 JigsawStack Text Summarizer</h1>
87
  <p style='font-size:1.2em; margin-top: 0;'>Generate concise, intelligent summaries of text, URLs, or stored documents with multiple output formats.</p>
88
  <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/summary' target='_blank'>documentation</a>.</p>
89
  </div>
 
83
  with gr.Blocks() as demo:
84
  gr.Markdown("""
85
  <div style='text-align: center; margin-bottom: 24px;'>
86
+ <h1 style='font-size:2.2em; margin-bottom: 0.2em;'>🧩 Text Summarizer</h1>
87
  <p style='font-size:1.2em; margin-top: 0;'>Generate concise, intelligent summaries of text, URLs, or stored documents with multiple output formats.</p>
88
  <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/summary' target='_blank'>documentation</a>.</p>
89
  </div>