Spaces:
Sleeping
Sleeping
saifhmb
commited on
Update app.py
Browse files
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,
|
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 |
'''
|