Spaces:
Sleeping
Sleeping
Commit
·
b5793e9
1
Parent(s):
6f5ef35
Update login and logout button sizes
Browse files
app.py
CHANGED
@@ -119,8 +119,8 @@ author_name = "Thomas Wolf"
|
|
119 |
|
120 |
with gr.Blocks() as demo:
|
121 |
with gr.Row():
|
122 |
-
gr.LoginButton()
|
123 |
-
gr.LogoutButton()
|
124 |
author_name = gr.Textbox(label="Author name", interactive=True)
|
125 |
positive_arxiv_ids = gr.Textbox("1910.01108", label="ArXiv IDs", interactive=True)
|
126 |
btn = gr.Button("Get papers")
|
|
|
119 |
|
120 |
with gr.Blocks() as demo:
|
121 |
with gr.Row():
|
122 |
+
gr.LoginButton(size="sm")
|
123 |
+
gr.LogoutButton(size="sm")
|
124 |
author_name = gr.Textbox(label="Author name", interactive=True)
|
125 |
positive_arxiv_ids = gr.Textbox("1910.01108", label="ArXiv IDs", interactive=True)
|
126 |
btn = gr.Button("Get papers")
|