Update app.py
Browse files
app.py
CHANGED
@@ -226,8 +226,8 @@ with gr.Blocks(theme=gr.themes.Base()) as demo:
|
|
226 |
<div style="text-align: center; margin-top: 1rem; padding-top: 1rem; border-top: 1px solid #ccc;">
|
227 |
<p style="margin: 0; color: #666; font-size: 0.8em;">
|
228 |
🚀 Powered by <a href="https://github.com/pixeltable/pixeltable" target="_blank" style="color: #F25022; text-decoration: none;">Pixeltable</a>
|
229 |
-
| 📚 <a href="https://docs.pixeltable.
|
230 |
-
| 🤗 <a href="https://huggingface.co/spaces/Pixeltable
|
231 |
</p>
|
232 |
</div>
|
233 |
"""
|
|
|
226 |
<div style="text-align: center; margin-top: 1rem; padding-top: 1rem; border-top: 1px solid #ccc;">
|
227 |
<p style="margin: 0; color: #666; font-size: 0.8em;">
|
228 |
🚀 Powered by <a href="https://github.com/pixeltable/pixeltable" target="_blank" style="color: #F25022; text-decoration: none;">Pixeltable</a>
|
229 |
+
| 📚 <a href="https://docs.pixeltable.com" target="_blank" style="color: #666;">Docs</a>
|
230 |
+
| 🤗 <a href="https://huggingface.co/spaces/Pixeltable" target="_blank" style="color: #666;">HF Space</a>
|
231 |
</p>
|
232 |
</div>
|
233 |
"""
|