Update chat_interface.py
Browse files- chat_interface.py +1 -0
chat_interface.py
CHANGED
|
@@ -143,6 +143,7 @@ demo = gr.ChatInterface(
|
|
| 143 |
["What is the view of the management on the future of electric vehicle batteries?"]
|
| 144 |
],
|
| 145 |
cache_examples=False,
|
|
|
|
| 146 |
concurrency_limit=8,
|
| 147 |
show_progress="full"
|
| 148 |
)
|
|
|
|
| 143 |
["What is the view of the management on the future of electric vehicle batteries?"]
|
| 144 |
],
|
| 145 |
cache_examples=False,
|
| 146 |
+
theme=gr.themes.Base(),
|
| 147 |
concurrency_limit=8,
|
| 148 |
show_progress="full"
|
| 149 |
)
|