Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
67 |
-
|
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)
|