chansung commited on
Commit
c7fbeaf
·
1 Parent(s): 029ff92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -125,7 +125,7 @@ def initialize_t(ld):
125
 
126
  return list_conv[0].build_uis(), local_data
127
 
128
- with gr.Blocks(css=STYLE) as block:
129
  idx = gr.State(0)
130
  ttt = gr.Textbox(visible=False)
131
  local_data = gr.JSON(
 
125
 
126
  return list_conv[0].build_uis(), local_data
127
 
128
+ with gr.Blocks(css=STYLE, theme='gradio/soft') as block:
129
  idx = gr.State(0)
130
  ttt = gr.Textbox(visible=False)
131
  local_data = gr.JSON(