pgurazada1 commited on
Commit
d735420
·
verified ·
1 Parent(s): b78f969

Update chat_interface.py

Browse files
Files changed (1) hide show
  1. 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
  )