Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -243,6 +243,15 @@ sample_data = pd.DataFrame({
|
|
243 |
with tab3:
|
244 |
st.header("Data & Model Information")
|
245 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
246 |
st.subheader("Dataset Information")
|
247 |
st.markdown("""
|
248 |
The model was trained on the UCI Heart Disease Dataset containing the following features:
|
|
|
243 |
with tab3:
|
244 |
st.header("Data & Model Information")
|
245 |
|
246 |
+
st.subheader("##🧠 Model & System Info")
|
247 |
+
st.markdown("""
|
248 |
+
- **Developed by:** Musabbir KM
|
249 |
+
- **Model Name:** Heart-Guard
|
250 |
+
- **Version:** 1.1
|
251 |
+
- **Classifier:** XGBoost
|
252 |
+
- **Optimized Threshold:** 0.327
|
253 |
+
""")
|
254 |
+
|
255 |
st.subheader("Dataset Information")
|
256 |
st.markdown("""
|
257 |
The model was trained on the UCI Heart Disease Dataset containing the following features:
|