Hannah commited on
Commit
fef344b
1 Parent(s): dfef655
Files changed (2) hide show
  1. app.py +6 -0
  2. requirements.txt +1 -0
app.py ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ import gradio as gr
2
+
3
+ with gr.Blocks(css="""button {justify-content: left !important;}""") as demo:
4
+ gr.Button(value="Login with HF", icon="https://huggingface.co/front/assets/huggingface_logo-noborder.svg")
5
+
6
+ demo.launch()
requirements.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ https://gradio-builds.s3.amazonaws.com/e00ebfb5de9e25c4a29bcec7a8e11b0d23d2861f/gradio-3.39.0-py3-none-any.whl