Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
burtenshaw
commited on
Commit
·
71970d8
1
Parent(s):
45cb0ff
activate login button
Browse files
app.py
CHANGED
@@ -194,7 +194,7 @@ with gr.Blocks() as demo:
|
|
194 |
""")
|
195 |
|
196 |
# Add login button
|
197 |
-
gr.LoginButton()
|
198 |
|
199 |
check_progress_button = gr.Button(value="Get My Certificate")
|
200 |
|
|
|
194 |
""")
|
195 |
|
196 |
# Add login button
|
197 |
+
gr.LoginButton().activate()
|
198 |
|
199 |
check_progress_button = gr.Button(value="Get My Certificate")
|
200 |
|