Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -97,11 +97,12 @@ def generate_embedding(input_type, text_content, url, content_type, token_overfl
|
|
97 |
|
98 |
with gr.Blocks() as demo:
|
99 |
gr.Markdown("""
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
</
|
104 |
-
|
|
|
105 |
|
106 |
with gr.Row():
|
107 |
with gr.Column():
|
|
|
97 |
|
98 |
with gr.Blocks() as demo:
|
99 |
gr.Markdown("""
|
100 |
+
<div style='text-align: center; margin-bottom: 24px;'>
|
101 |
+
<h1 style='font-size:2.2em; margin-bottom: 0.2em;'>🧩 Generate vector embeddings</h1>
|
102 |
+
<p style='font-size:1.2em; margin-top: 0;'>Generate vector embeddings from various content types.</p>
|
103 |
+
<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/embedding?slug=docs&slug=api-reference&slug=ai&slug=embedding' target='_blank'>documentation</a>.</p>
|
104 |
+
</div>
|
105 |
+
""")
|
106 |
|
107 |
with gr.Row():
|
108 |
with gr.Column():
|