Spaces:
Running
Running
Update gradio_app.py
Browse files- gradio_app.py +1 -1
gradio_app.py
CHANGED
@@ -50,7 +50,7 @@ with gr.Blocks() as demo:
|
|
50 |
|
51 |
with gr.Column():
|
52 |
|
53 |
-
|
54 |
|
55 |
text_prompt = gr.Textbox(label="Icon label")
|
56 |
action_prompt = gr.Textbox(label="Action label")
|
|
|
50 |
|
51 |
with gr.Column():
|
52 |
|
53 |
+
gr.LoginButton()
|
54 |
|
55 |
text_prompt = gr.Textbox(label="Icon label")
|
56 |
action_prompt = gr.Textbox(label="Action label")
|