Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -56,8 +56,12 @@ 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.
|
60 |
login_button = gr.LoginButton()
|
|
|
|
|
|
|
|
|
61 |
|
62 |
m1 = gr.Markdown()
|
63 |
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.Column():
|
60 |
login_button = gr.LoginButton()
|
61 |
+
with gr.Column():
|
62 |
+
gr.Markdown("# Discord Verification Space")
|
63 |
+
with gr.Column():
|
64 |
+
gr.Markdown("# Discord Verification Space")
|
65 |
|
66 |
m1 = gr.Markdown()
|
67 |
demo.load(hello, inputs=None, outputs=m1)
|