Update app.py
Browse files
app.py
CHANGED
|
@@ -110,8 +110,8 @@ if st.button("Submit"):
|
|
| 110 |
# </div>
|
| 111 |
# """, unsafe_allow_html=True)
|
| 112 |
|
| 113 |
-
|
| 114 |
-
|
| 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 |
|