Spaces:
Sleeping
Sleeping
deploy at 2024-08-26 19:37:24.344952
Browse files
main.py
CHANGED
@@ -9,7 +9,7 @@ app, rt = fast_app(hdrs=(custom_css_link,))
|
|
9 |
def home():
|
10 |
return Title("Is It a Digit?"), Main(
|
11 |
H1("Is It a Digit?"),
|
12 |
-
|
13 |
Div(id="canvasContainer"),
|
14 |
P("Probability it's a digit: --", id="probability"),
|
15 |
Button("Clear", id="clearButton"),
|
|
|
9 |
def home():
|
10 |
return Title("Is It a Digit?"), Main(
|
11 |
H1("Is It a Digit?"),
|
12 |
+
P("Draw on the canvas below"),
|
13 |
Div(id="canvasContainer"),
|
14 |
P("Probability it's a digit: --", id="probability"),
|
15 |
Button("Clear", id="clearButton"),
|