fffiloni commited on
Commit
ddc0e9a
·
verified ·
1 Parent(s): d2f2604

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. 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
- login = gr.LoginButton()
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")