Spaces:
Sleeping
Sleeping
Update chat_interface.py
Browse files- chat_interface.py +3 -1
chat_interface.py
CHANGED
@@ -31,6 +31,8 @@ If the answer is not found in the context, respond "Sorry, I cannot answer your
|
|
31 |
|
32 |
qna_user_message_template = """
|
33 |
###Customer Information
|
|
|
|
|
34 |
Policy Number: NBHTGBP22011V012223#
|
35 |
Premium Amount: $15000
|
36 |
Number of premium installments: 5
|
@@ -131,4 +133,4 @@ demo = gr.ChatInterface(
|
|
131 |
show_progress="full"
|
132 |
)
|
133 |
|
134 |
-
demo.launch(auth=("
|
|
|
31 |
|
32 |
qna_user_message_template = """
|
33 |
###Customer Information
|
34 |
+
Customer Name: John Doe
|
35 |
+
Username: johndoe
|
36 |
Policy Number: NBHTGBP22011V012223#
|
37 |
Premium Amount: $15000
|
38 |
Number of premium installments: 5
|
|
|
133 |
show_progress="full"
|
134 |
)
|
135 |
|
136 |
+
demo.launch(auth=("johndoe", os.getenv('PASSWD')))
|