saifhmb commited on
Commit
471b39d
·
unverified ·
1 Parent(s): f800a9f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ def main():
89
  # giving the webpage a title
90
  st.title("Fraud Detection ML App")
91
  st.header("Model Description", divider = "gray")
92
- multi = '''This is a Gaussian Naive Bayes model trained on a synthetic dataset, containining a large variety of transaction types representing normal activities
93
  as well as abnormal/fraudulent activities. The model predicts whether a transaction is normal or fraudulent.
94
  For more details on the model please refer to the model card at https://huggingface.co/saifhmb/fraud-detection-model
95
  '''
 
89
  # giving the webpage a title
90
  st.title("Fraud Detection ML App")
91
  st.header("Model Description", divider = "gray")
92
+ multi = '''This is a Gaussian Naive Bayes model trained on a synthetic dataset, containing a large variety of transaction types representing normal activities
93
  as well as abnormal/fraudulent activities. The model predicts whether a transaction is normal or fraudulent.
94
  For more details on the model please refer to the model card at https://huggingface.co/saifhmb/fraud-detection-model
95
  '''