File size: 82 Bytes
34d113a
9715760
34d113a
 
 
 
1
2
3
4
5
6
import gradio as gr

with gr.Blocks() as demo:
    gr.LoginButton()

demo.launch()