Spaces:
Sleeping
Sleeping
Update Home.py
Browse files
Home.py
CHANGED
@@ -6,7 +6,7 @@ import cv2
|
|
6 |
|
7 |
# π― App title and intro
|
8 |
st.set_page_config(page_title="MNIST Digit Recognizer", layout="centered")
|
9 |
-
st.title("
|
10 |
st.markdown("Draw a digit (0-9) below and click **Predict** to see the result!")
|
11 |
|
12 |
# π¨ Sidebar controls
|
|
|
6 |
|
7 |
# π― App title and intro
|
8 |
st.set_page_config(page_title="MNIST Digit Recognizer", layout="centered")
|
9 |
+
st.title("π€ VisionAI: MNIST Digit Predictor")
|
10 |
st.markdown("Draw a digit (0-9) below and click **Predict** to see the result!")
|
11 |
|
12 |
# π¨ Sidebar controls
|