Niki Zhang commited on
Commit
1d4e620
·
verified ·
1 Parent(s): d1292a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -958,7 +958,7 @@ def create_ui():
958
 
959
  with gr.Blocks(
960
  css=get_style(),
961
- theme=gr.themes.Base()
962
  ) as iface:
963
  state = gr.State([])
964
  out_state = gr.State(None)
 
958
 
959
  with gr.Blocks(
960
  css=get_style(),
961
+ theme=gr.themes.Soft()
962
  ) as iface:
963
  state = gr.State([])
964
  out_state = gr.State(None)