Vrooh933 commited on
Commit
54c7784
1 Parent(s): d27ea0c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -91,8 +91,8 @@ def predict(Umur, Gender, Tipe_angina, Tekanan_darah_istirahat, Kolesterol,
91
  return output
92
 
93
 
94
- title = "Interactive Demonstration for Acute Coronary Syndrome Prediction System"
95
- des = '''This model predicts the possibility of a heart disease using a hybrid sampling SMOTE-TOMEK model that achieved an high accuracy of 85% with Random Forest Algorithm'''
96
  article = "<p style='text-align: center'><a href='https://www.linkedin.com/in/m-afif-rizky-a-a96048182/'>Created by @Vrooh933 Production</a> | <a href='https://github.com/afifrizkyandika11551100310'>GitHub Profile</a>"
97
 
98
  demo = gr.Interface(predict,
 
91
  return output
92
 
93
 
94
+ title = "Interactive Demonstration for ACS Prediction System"
95
+ des = '''This model predicts the possibility of a Acute Coronary Syndrome using a hybrid sampling SMOTE-TOMEK with Random Forest Algorithm model that achieved an high accuracy of 85%'''
96
  article = "<p style='text-align: center'><a href='https://www.linkedin.com/in/m-afif-rizky-a-a96048182/'>Created by @Vrooh933 Production</a> | <a href='https://github.com/afifrizkyandika11551100310'>GitHub Profile</a>"
97
 
98
  demo = gr.Interface(predict,