Spaces:
Sleeping
Sleeping
pgurazada1
commited on
Commit
•
5e19c44
1
Parent(s):
1f8c1c6
Update chat_interface.py
Browse files- chat_interface.py +1 -0
chat_interface.py
CHANGED
@@ -128,6 +128,7 @@ demo = gr.ChatInterface(
|
|
128 |
"Are hospitalization charges included in my policy?"
|
129 |
],
|
130 |
cache_examples=False,
|
|
|
131 |
title="Know Your Health Insurance Policy Better",
|
132 |
description="Feel free to ask me any query you might have about your health insurance policy",
|
133 |
concurrency_limit=8,
|
|
|
128 |
"Are hospitalization charges included in my policy?"
|
129 |
],
|
130 |
cache_examples=False,
|
131 |
+
theme=gr.themes.Base(),
|
132 |
title="Know Your Health Insurance Policy Better",
|
133 |
description="Feel free to ask me any query you might have about your health insurance policy",
|
134 |
concurrency_limit=8,
|