riyadahmadov commited on
Commit
3573f82
β€’
1 Parent(s): 3cd3839

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -123,7 +123,7 @@ interface = gr.Interface(
123
  gr.Textbox(label="Vehicle Plate Number")
124
  ],
125
  outputs=gr.Textbox(label="Predicted Salary"),
126
- title="Fraud Detection Model",
127
  description="Enter details to predict salary."
128
  )
129
 
 
123
  gr.Textbox(label="Vehicle Plate Number")
124
  ],
125
  outputs=gr.Textbox(label="Predicted Salary"),
126
+ title="Fastag Fraud Detection Model",
127
  description="Enter details to predict salary."
128
  )
129