Spaces:
Running
Running
Update app.py
Browse files
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(
|