riyadahmadov commited on
Commit
bde8c05
1 Parent(s): 2970ae7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,4 +93,4 @@ inputs = [
93
  ]
94
 
95
  # Define Gradio interface
96
- gr.Interface(fn=predict, inputs=inputs, outputs="text").launch()
 
93
  ]
94
 
95
  # Define Gradio interface
96
+ gr.Interface(fn=predict, inputs=inputs, outputs="text",title="Fraud Detection Model",description="Enter details to predict fraud.").launch()