Update app.py
Browse files
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
|
| 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 |
|