BinduRP commited on
Commit
3cf857b
·
verified ·
1 Parent(s): c9f040a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ demo = gr.Interface(
82
  fn=process_loan,
83
  inputs=[gr.Textbox(label="Applicant ID"), gr.Textbox(label="Name (Optional)")],
84
  outputs=gr.Markdown(),
85
- title="🏦 Enterprise Loan Underwriter"
86
  )
87
 
88
  if __name__ == "__main__":
 
82
  fn=process_loan,
83
  inputs=[gr.Textbox(label="Applicant ID"), gr.Textbox(label="Name (Optional)")],
84
  outputs=gr.Markdown(),
85
+ title="🏦 Loan Assessment Tool"
86
  )
87
 
88
  if __name__ == "__main__":