Spaces:
Sleeping
Sleeping
deploy at 2024-08-24 21:13:10.248889
Browse files
main.py
CHANGED
@@ -3,7 +3,7 @@ from fasthtml.common import *
|
|
3 |
#import io
|
4 |
#import base64
|
5 |
|
6 |
-
custom_css_link = Link(rel="stylesheet", href="
|
7 |
|
8 |
app,rt = fast_app(hdrs=(custom_css_link))
|
9 |
|
|
|
3 |
#import io
|
4 |
#import base64
|
5 |
|
6 |
+
custom_css_link = Link(rel="stylesheet", href="styles.css")
|
7 |
|
8 |
app,rt = fast_app(hdrs=(custom_css_link))
|
9 |
|