Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ def fill_up_placeholders(txt):
|
|
37 |
)
|
38 |
|
39 |
with gr.Blocks(css=MODEL_SELECTION_CSS, theme='gradio/soft') as demo:
|
40 |
-
with gr.Column(
|
41 |
idx = gr.State(0)
|
42 |
chat_state = gr.State()
|
43 |
local_data = gr.JSON({}, visible=False)
|
|
|
37 |
)
|
38 |
|
39 |
with gr.Blocks(css=MODEL_SELECTION_CSS, theme='gradio/soft') as demo:
|
40 |
+
with gr.Column() as chat_view:
|
41 |
idx = gr.State(0)
|
42 |
chat_state = gr.State()
|
43 |
local_data = gr.JSON({}, visible=False)
|