Anshini commited on
Commit
99d57b4
·
verified ·
1 Parent(s): 4e344fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -61,10 +61,10 @@ with col2:
61
  # st.success(f"✅ Predicted Digit: **{predicted_digit}**")
62
 
63
  st.markdown("<br>", unsafe_allow_html=True)
64
- st.markdown(
65
- f"<h2 style='text-align: center; color: green;'>✅ Predicted Digit: {predicted_digit}</h2>",
66
- unsafe_allow_html=True
67
- )
68
- st.markdown("<br>", unsafe_allow_html=True)
69
 
70
 
 
61
  # st.success(f"✅ Predicted Digit: **{predicted_digit}**")
62
 
63
  st.markdown("<br>", unsafe_allow_html=True)
64
+ st.markdown(
65
+ f"<h2 style='text-align: center; color: green;'>✅ Predicted Digit: {predicted_digit}</h2>",
66
+ unsafe_allow_html=True
67
+ )
68
+ st.markdown("<br>", unsafe_allow_html=True)
69
 
70