Spaces:
Sleeping
Sleeping
Commit ·
3adb7b1
1
Parent(s): 5aa8641
Update app.py
Browse files
app.py
CHANGED
|
@@ -58,7 +58,7 @@ If customer tries ask for anything else except mortgage loan , you respond by sa
|
|
| 58 |
|
| 59 |
iface = gr.Interface(
|
| 60 |
fn=conversation_interface,
|
| 61 |
-
inputs=["text", "text"]
|
| 62 |
outputs="text",
|
| 63 |
layout="vertical",
|
| 64 |
title="Mortgage Loan Sales Assistant",
|
|
|
|
| 58 |
|
| 59 |
iface = gr.Interface(
|
| 60 |
fn=conversation_interface,
|
| 61 |
+
inputs=["text", "text"],
|
| 62 |
outputs="text",
|
| 63 |
layout="vertical",
|
| 64 |
title="Mortgage Loan Sales Assistant",
|