vineet124jig commited on
Commit
465ea3f
·
verified ·
1 Parent(s): 01ad4eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -83,9 +83,9 @@ 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 Image Translation</h1>
87
- <p style='font-size:1.2em; margin-top: 0;'>Extract and translate text from images into multiple languages.</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/translate/image-translate' target='_blank'>documentation</a>.</p>
89
  </div>
90
  """)
91
 
 
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>
90
  """)
91