Update app.py
Browse files
app.py
CHANGED
@@ -164,6 +164,7 @@ def start_queue_worker():
|
|
164 |
|
165 |
# Create Gradio app - without theme to avoid OAuth issues
|
166 |
with gr.Blocks(css=css, title="Dynamic Highscores") as app:
|
|
|
167 |
auth_status = gr.State(None) # Store user auth state
|
168 |
|
169 |
# Add a prominent login section at the top
|
|
|
164 |
|
165 |
# Create Gradio app - without theme to avoid OAuth issues
|
166 |
with gr.Blocks(css=css, title="Dynamic Highscores") as app:
|
167 |
+
login_info = gr.LoginButton(visible=True)
|
168 |
auth_status = gr.State(None) # Store user auth state
|
169 |
|
170 |
# Add a prominent login section at the top
|