Spaces:
Running
Running
thomasht86
commited on
Commit
•
eb50ce3
1
Parent(s):
784b303
deploy at 2024-08-22 13:55:27.180648
Browse files
main.py
CHANGED
@@ -198,7 +198,7 @@ def get_navbar(admin: bool):
|
|
198 |
),
|
199 |
A(
|
200 |
I(cls="fab fa-github fa-2x"),
|
201 |
-
href="https://github.com/
|
202 |
style="margin: 10px;",
|
203 |
target="_blank",
|
204 |
title="View source code on GitHub",
|
|
|
198 |
),
|
199 |
A(
|
200 |
I(cls="fab fa-github fa-2x"),
|
201 |
+
href="https://github.com/vespa-engine/sample-apps/tree/master/examples/fasthtml-demo",
|
202 |
style="margin: 10px;",
|
203 |
target="_blank",
|
204 |
title="View source code on GitHub",
|