PierreBrunelle commited on
Commit
8d39277
·
verified ·
1 Parent(s): d070c8f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -151,7 +151,7 @@ def gradio_interface():
151
  gr.HTML(
152
  """
153
  <div style="margin-bottom: 20px;">
154
- <img src="https://raw.githubusercontent.com/pixeltable/pixeltable/main/docs/source/data/pixeltable-logo-large.png" alt="Pixeltable" style="max-width: 150px;" />
155
  </div>
156
  """
157
  )
 
151
  gr.HTML(
152
  """
153
  <div style="margin-bottom: 20px;">
154
+ <img src="https://raw.githubusercontent.com/pixeltable/pixeltable/main/docs/resources/pixeltable-logo-large.png" alt="Pixeltable" style="max-width: 150px;" />
155
  </div>
156
  """
157
  )