luisosorio3214 commited on
Commit
8fe8c25
1 Parent(s): f65898f

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ def interpret(*data):
71
  with gr.Blocks() as demo:
72
  gr.HTML("""
73
  <h1 align="center">Credit Card Fraud Prediction System</h1>
74
- <p>This is a Web App that predicts Whether a Credit Card Transaction is Fraudulent or not. Just input the following parameters and click the predict button. If you want to see the influence that each parameter had on the outcome click the explain button</P>
75
  """)
76
  with gr.Row():
77
  with gr.Column():
 
71
  with gr.Blocks() as demo:
72
  gr.HTML("""
73
  <h1 align="center">Credit Card Fraud Prediction System</h1>
74
+ <p>This is a Web App that predicts Whether a Credit Card Transaction is Fraudulent or not. Just input the following parameters and click the predict button. If you want to see the influence that each parameter had on the outcome click the explain button.</P>
75
  """)
76
  with gr.Row():
77
  with gr.Column():