Spaces:
Running
on
T4
Running
on
T4
Tom Aarsen
commited on
Commit
·
adedf8e
1
Parent(s):
65e6c4b
Revert "Try to set .activate() on the LoginButton myself"
Browse filesThis reverts commit 65e6c4ba134eef98a491523b3670d001f7f7ca94.
app.py
CHANGED
|
@@ -632,8 +632,7 @@ with gr.Blocks(
|
|
| 632 |
css=css,
|
| 633 |
theme=gr.themes.Base(),
|
| 634 |
) as demo:
|
| 635 |
-
|
| 636 |
-
login.activate()
|
| 637 |
|
| 638 |
with gr.Row():
|
| 639 |
# Left Input Column
|
|
|
|
| 632 |
css=css,
|
| 633 |
theme=gr.themes.Base(),
|
| 634 |
) as demo:
|
| 635 |
+
gr.LoginButton(min_width=250)
|
|
|
|
| 636 |
|
| 637 |
with gr.Row():
|
| 638 |
# Left Input Column
|