chansung commited on
Commit
958c37e
·
1 Parent(s): fd684d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -322,8 +322,8 @@ with gr.Blocks(css=STYLE, elem_id='container-col') as demo:
322
  with gr.Accordion("Histories", elem_id="chat-history-accordion"):
323
  channel_btns.append(gr.Button(channels[0], elem_classes=["custom-btn-highlight"]))
324
 
325
- for channel in channels[1:]:
326
- channel_btns.append(gr.Button(channel, elem_classes=["custom-btn"]))
327
 
328
  with gr.Column(scale=8, elem_id="right-pane"):
329
  with gr.Column(elem_id="initial-popup", visible=False) as example_block:
 
322
  with gr.Accordion("Histories", elem_id="chat-history-accordion"):
323
  channel_btns.append(gr.Button(channels[0], elem_classes=["custom-btn-highlight"]))
324
 
325
+ for channel in channels[1:]:
326
+ channel_btns.append(gr.Button(channel, elem_classes=["custom-btn"]))
327
 
328
  with gr.Column(scale=8, elem_id="right-pane"):
329
  with gr.Column(elem_id="initial-popup", visible=False) as example_block: