Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
import gradio as gr
with gr.Blocks() as demo:
gr.Chatbot(value=[["Hello World","Hey Gradio!"],["❤️","😍"],["🔥","🤗"]])
demo.launch()