salomonsky commited on
Commit
1fa822a
·
1 Parent(s): 40a3743

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ chat_interface = gr.ChatInterface(
45
  fn=generate,
46
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel", height=700),
47
  concurrency_limit=2,
48
- theme="glass",
49
  retry_btn=None,
50
  undo_btn=None,
51
  clear_btn=None,
 
45
  fn=generate,
46
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel", height=700),
47
  concurrency_limit=2,
48
+ theme="soft",
49
  retry_btn=None,
50
  undo_btn=None,
51
  clear_btn=None,