File size: 224 Bytes
5927f8a
 
 
 
 
 
1
2
3
4
5
6
import gradio as gr

with gr.Blocks(css="""button {justify-content: left !important;}""") as demo:
    gr.Button(value="Login with HF", icon="https://huggingface.co/front/assets/huggingface_logo-noborder.svg")

demo.launch()