Spaces:
Running
on
Zero
Running
on
Zero
Joffrey Thomas
commited on
Commit
·
833c55a
1
Parent(s):
33bd7ec
layout
Browse files
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=
|
| 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
|