Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
with gr.Blocks() as demo:
|
|
|
4 |
f = gr.File()
|
5 |
f2 = gr.File()
|
6 |
btn = gr.Button()
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
with gr.Blocks() as demo:
|
4 |
+
lgbt = gr.LoginButton()
|
5 |
f = gr.File()
|
6 |
f2 = gr.File()
|
7 |
btn = gr.Button()
|