Spaces:
Sleeping
Sleeping
Commit
·
203a7f7
1
Parent(s):
f921425
Refactor login button placement for improved UI layout
Browse files
app.py
CHANGED
@@ -76,7 +76,8 @@ with gr.Blocks(theme=tufte_theme) as demo:
|
|
76 |
)
|
77 |
|
78 |
# Add the login button
|
79 |
-
|
|
|
80 |
|
81 |
with gr.Row():
|
82 |
generate_btn = gr.Button("Create a book", variant="primary")
|
|
|
76 |
)
|
77 |
|
78 |
# Add the login button
|
79 |
+
with gr.Row():
|
80 |
+
login_btn = gr.LoginButton()
|
81 |
|
82 |
with gr.Row():
|
83 |
generate_btn = gr.Button("Create a book", variant="primary")
|