Omnibus's picture
Create snap.py
b8ad9ec verified
raw
history blame
No virus
197 Bytes
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()