Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,6 @@ def list_organizations(oauth_token: gr.OAuthToken | None) -> str:
|
|
14 |
|
15 |
with gr.Blocks() as demo:
|
16 |
gr.LoginButton()
|
17 |
-
gr.LogoutButton()
|
18 |
m1 = gr.Markdown()
|
19 |
m2 = gr.Markdown()
|
20 |
demo.load(hello, inputs=None, outputs=m1)
|
|
|
14 |
|
15 |
with gr.Blocks() as demo:
|
16 |
gr.LoginButton()
|
|
|
17 |
m1 = gr.Markdown()
|
18 |
m2 = gr.Markdown()
|
19 |
demo.load(hello, inputs=None, outputs=m1)
|