chansung commited on
Commit
86c245c
1 Parent(s): 76fdaaa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(visible=False) as chat_view:
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)