Update app.py
Browse files
app.py
CHANGED
|
@@ -120,7 +120,7 @@ demo = gr.Interface(
|
|
| 120 |
fn=process_loan_request,
|
| 121 |
inputs=[gr.Textbox(label="Applicant ID"), gr.Textbox(label="Name (Optional)")],
|
| 122 |
outputs=gr.Markdown(),
|
| 123 |
-
title="🏦 Enterprise AI Loan
|
| 124 |
)
|
| 125 |
|
| 126 |
if __name__ == "__main__":
|
|
|
|
| 120 |
fn=process_loan_request,
|
| 121 |
inputs=[gr.Textbox(label="Applicant ID"), gr.Textbox(label="Name (Optional)")],
|
| 122 |
outputs=gr.Markdown(),
|
| 123 |
+
title="🏦 Enterprise AI Loan Risk Assessment Tool"
|
| 124 |
)
|
| 125 |
|
| 126 |
if __name__ == "__main__":
|