Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -93,10 +93,10 @@ if uploaded_file is not None:
|
|
| 93 |
|
| 94 |
# Display the predicted class with a colorful box
|
| 95 |
st.markdown(f"""
|
| 96 |
-
<div style="padding: 10px; border-radius: 10px; background-color: #
|
| 97 |
<strong>Predicted Class: {predicted_class.capitalize()} 🥳</strong>
|
| 98 |
</div>
|
| 99 |
""", unsafe_allow_html=True)
|
| 100 |
|
| 101 |
# Show an icon with a success message
|
| 102 |
-
st.balloons()
|
|
|
|
| 93 |
|
| 94 |
# Display the predicted class with a colorful box
|
| 95 |
st.markdown(f"""
|
| 96 |
+
<div style="padding: 10px; border-radius: 10px; background-color: #ebe7d3; color: #0f4b5f; text-align: center; font-size: 20px;">
|
| 97 |
<strong>Predicted Class: {predicted_class.capitalize()} 🥳</strong>
|
| 98 |
</div>
|
| 99 |
""", unsafe_allow_html=True)
|
| 100 |
|
| 101 |
# Show an icon with a success message
|
| 102 |
+
# st.balloons()
|