vashu2425 commited on
Commit
7a9a28e
·
verified ·
1 Parent(s): fd0beb7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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: #ffeb3b; 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()
 
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()