lunarflu HF Staff commited on
Commit
1607f2a
·
verified ·
1 Parent(s): c162517

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -12
app.py CHANGED
@@ -56,19 +56,9 @@ def hello(profile: gr.OAuthProfile | None, request: gr.Request) -> str:
56
  with gr.Blocks() as demo:
57
  with gr.Row():
58
  gr.Markdown("# Discord Verification Space")
59
- with gr.Column():
60
- login_button = gr.LoginButton()
61
- with gr.Column():
62
- login_button = gr.LoginButton()
63
- with gr.Column():
64
- login_button = gr.LoginButton()
65
  with gr.Row():
66
- with gr.Row():
67
- login_button = gr.LoginButton()
68
- with gr.Row():
69
- login_button = gr.LoginButton()
70
- with gr.Row():
71
- login_button = gr.LoginButton()
72
 
73
  m1 = gr.Markdown()
74
  demo.load(hello, inputs=None, outputs=m1)
 
56
  with gr.Blocks() as demo:
57
  with gr.Row():
58
  gr.Markdown("# Discord Verification Space")
 
 
 
 
 
 
59
  with gr.Row():
60
+ login_button = gr.LoginButton()
61
+
 
 
 
 
62
 
63
  m1 = gr.Markdown()
64
  demo.load(hello, inputs=None, outputs=m1)