chansung commited on
Commit
19e4b09
·
1 Parent(s): 9b67ac2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,7 +94,7 @@ def initialize_t(ld):
94
 
95
  return list_conv[0].build_uis(), local_data
96
 
97
- with gr.Blocks() as block:
98
  idx = gr.State(0)
99
  ttt = gr.Textbox(visible=False)
100
  local_data = gr.JSON(
 
94
 
95
  return list_conv[0].build_uis(), local_data
96
 
97
+ with gr.Blocks(css=STYLE) as block:
98
  idx = gr.State(0)
99
  ttt = gr.Textbox(visible=False)
100
  local_data = gr.JSON(