PierreBrunelle
commited on
Update app.py
Browse files
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/
|
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 |
)
|