Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -334,9 +334,8 @@ with gr.Blocks(title="Gemma 4 Playground") as demo:
|
|
| 334 |
|
| 335 |
with gr.Row():
|
| 336 |
gr.Markdown("## 💎 Gemma 4 Playground\nGoogle DeepMind · Apache 2.0 · Vision · Thinking")
|
| 337 |
-
with gr.Column(scale=0, min_width=
|
| 338 |
gr.LoginButton(size="sm")
|
| 339 |
-
gr.LogoutButton(size="sm")
|
| 340 |
|
| 341 |
with gr.Row():
|
| 342 |
# ── Sidebar ──
|
|
|
|
| 334 |
|
| 335 |
with gr.Row():
|
| 336 |
gr.Markdown("## 💎 Gemma 4 Playground\nGoogle DeepMind · Apache 2.0 · Vision · Thinking")
|
| 337 |
+
with gr.Column(scale=0, min_width=120):
|
| 338 |
gr.LoginButton(size="sm")
|
|
|
|
| 339 |
|
| 340 |
with gr.Row():
|
| 341 |
# ── Sidebar ──
|