Yadvendra commited on
Commit
8521e34
·
verified ·
1 Parent(s): a66cca5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,5 +61,5 @@ if uploaded_file is not None:
61
  predicted_class_label = get_class_label(predicted_class_index)
62
 
63
  # Center display for the prediction result
64
- st.markdown(f"<h3 style='color: #4CAF50; text-align: center;'>The predicted class is: <strong>{predicted_class_label}</strong></h3>", unsafe_allow_html=True)
65
 
 
61
  predicted_class_label = get_class_label(predicted_class_index)
62
 
63
  # Center display for the prediction result
64
+ st.markdown(f"<h3 style='color: #4CAF50; text-align: center;'>The Prediction is : <strong>{predicted_class_label}</strong></h3>", unsafe_allow_html=True)
65