File size: 229 Bytes
d4c1169
e85907a
 
 
 
 
 
ba2cfb8
e85907a
1
2
3
4
5
6
7
8
9
10
# ui/sidebar.py
import gradio as gr


def render_sidebar() -> gr.Column:
    with gr.Sidebar():
        gr.LoginButton()
        history_host = gr.Column(elem_classes=["borderless-chat-history"])
    return history_host