d47f5a9 438dc04
1
2
3
4
5
6
7
8
import gradio as gr with gr.Blocks() as demo: chatbot = gr.Chatbot() user_message = gr.Textbox() clear = gr.Button("Clear") demo.launch()