File size: 197 Bytes
b8ad9ec
 
 
 
 
1
2
3
4
5
import gradio as gr

with gr.Blocks() as app:
    chatbot=gr.Chatbot(show_label=False, show_share_button=True, show_copy_button=True, likeable=True, layout="panel", height="800px")
    app.onload()