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