Quazim0t0 commited on
Commit
ddc97b1
·
verified ·
1 Parent(s): aba36cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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