Musabbirkm commited on
Commit
26eb3fd
·
verified ·
1 Parent(s): f8089f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -0
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: