chansung/rm-ui
0
1import gradio as gr2 3with gr.Blocks() as demo:4 chatbot = gr.Chatbot()5 user_message = gr.Textbox()6 clear = gr.Button("Clear")7 8demo.launch() 1import gradio as gr2 3with gr.Blocks() as demo:4 chatbot = gr.Chatbot()5 user_message = gr.Textbox()6 clear = gr.Button("Clear")7 8demo.launch()