Sathwikchowdary commited on
Commit
242a271
Β·
verified Β·
1 Parent(s): bbd0349

Update Home.py

Browse files
Files changed (1) hide show
  1. Home.py +1 -1
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("✏️ MNIST Handwritten Digit Recognizer")
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("Deep Learning Digit Recognition")
10
  st.markdown("Draw a digit (0-9) below and click **Predict** to see the result!")
11
 
12
  # 🎨 Sidebar controls