Update app.py
Browse files
app.py
CHANGED
@@ -155,6 +155,7 @@ def start_queue_worker():
|
|
155 |
|
156 |
# Create Gradio app
|
157 |
with gr.Blocks(css=css, title="Dynamic Highscores", theme=gr.themes.Soft()) as app:
|
|
|
158 |
auth_status = gr.State(None) # Store user auth state
|
159 |
|
160 |
# Add a prominent login section at the top
|
|
|
155 |
|
156 |
# Create Gradio app
|
157 |
with gr.Blocks(css=css, title="Dynamic Highscores", theme=gr.themes.Soft()) as app:
|
158 |
+
gr.LoginButton(min_width=250, size="lg", variant="primary")
|
159 |
auth_status = gr.State(None) # Store user auth state
|
160 |
|
161 |
# Add a prominent login section at the top
|