Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -208,9 +208,7 @@ with gr.Blocks(css=MODEL_SELECTION_CSS, theme='gradio/soft') as demo:
|
|
208 |
with gr.Column(scale=1, min_width=180):
|
209 |
gr.Markdown("GradioChat", elem_id="left-top")
|
210 |
|
211 |
-
with gr.Column(elem_id="left-pane"):
|
212 |
-
chat_back_btn = gr.Button("Back", elem_id="chat-back-btn")
|
213 |
-
|
214 |
with gr.Accordion("Histories", elem_id="chat-history-accordion", open=True):
|
215 |
channel_btns.append(gr.Button(channels[0], elem_classes=["custom-btn-highlight"]))
|
216 |
|
|
|
208 |
with gr.Column(scale=1, min_width=180):
|
209 |
gr.Markdown("GradioChat", elem_id="left-top")
|
210 |
|
211 |
+
with gr.Column(elem_id="left-pane"):
|
|
|
|
|
212 |
with gr.Accordion("Histories", elem_id="chat-history-accordion", open=True):
|
213 |
channel_btns.append(gr.Button(channels[0], elem_classes=["custom-btn-highlight"]))
|
214 |
|