PierreBrunelle commited on
Commit
e4f3c0b
·
verified ·
1 Parent(s): 62ea4c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -171,9 +171,8 @@ with gr.Blocks(theme=gr.themes.Base()) as demo:
171
  )
172
  gr.HTML(
173
  """
174
- <p style="text-align: left;">
175
- Powered by <a href="https://github.com/pixeltable/pixeltable" target="_blank" style="color: #F25022; text-decoration: none; font-weight: bold;">Pixeltable</a>
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
  )