Mummia-99 commited on
Commit
55c37bb
·
verified ·
1 Parent(s): ba8059e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -110,8 +110,8 @@ if st.button("Submit"):
110
  # </div>
111
  # """, unsafe_allow_html=True)
112
 
113
- # except Exception as e:
114
- # st.error(f"⚠️ Error in prediction: {e}")
115
 
116
  # st.write("")
117
 
 
110
  # </div>
111
  # """, unsafe_allow_html=True)
112
 
113
+ except Exception as e:
114
+ st.error(f"⚠️ Error in prediction: {e}")
115
 
116
  # st.write("")
117