Joffrey Thomas commited on
Commit
833c55a
·
1 Parent(s): 33bd7ec
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -707,7 +707,7 @@ with gr.Blocks(css=APP_CSS, title="LLM GeoGuessr") as demo:
707
 
708
  with gr.Row():
709
  gr.Markdown("## LLM GeoGuessr", elem_id="title_md")
710
- login_button = LoginButton(visible=True, elem_id="login_button", scale=0, min_width=180)
711
 
712
  gr.Markdown("""
713
  ### How to Play
 
707
 
708
  with gr.Row():
709
  gr.Markdown("## LLM GeoGuessr", elem_id="title_md")
710
+ login_button = LoginButton(visible=True, elem_id="login_button", scale=0, min_width=300)
711
 
712
  gr.Markdown("""
713
  ### How to Play