Spaces:
Running
Running
Update app.py
Browse files
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
|
87 |
-
<p style='font-size:1.2em; margin-top: 0;'>
|
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/
|
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 |
|