Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -171,9 +171,8 @@ with gr.Blocks(theme=gr.themes.Base()) as demo:
|
|
171 |
)
|
172 |
gr.HTML(
|
173 |
"""
|
174 |
-
<p
|
175 |
-
|
176 |
-
- Analyze calls, extract insights, and interact with AI-powered assistance.
|
177 |
</p>
|
178 |
"""
|
179 |
)
|
|
|
171 |
)
|
172 |
gr.HTML(
|
173 |
"""
|
174 |
+
<p>
|
175 |
+
<a href="https://github.com/pixeltable/pixeltable" target="_blank" style="color: #F25022; text-decoration: none; font-weight: bold;">Pixeltable</a> is a declarative interface for working with text, images, embeddings, and even video, enabling you to store, transform, index, and iterate on data.
|
|
|
176 |
</p>
|
177 |
"""
|
178 |
)
|