Spaces:
Sleeping
Sleeping
Update results.py
#1
by
victormiller
- opened
- results.py +1 -0
results.py
CHANGED
@@ -5,3 +5,4 @@ from fasthtml.components import *
|
|
5 |
def results():
|
6 |
return Div(Section(H2(P("Results")), id="inner-text"))
|
7 |
|
|
|
|
5 |
def results():
|
6 |
return Div(Section(H2(P("Results")), id="inner-text"))
|
7 |
|
8 |
+
print("hello")
|