SeaWolf-AI commited on
Commit
12c11cc
·
verified ·
1 Parent(s): 6a8c374

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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=180):
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 ──