Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
326 |
-
|
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:
|