tatihden commited on
Commit
01a9918
·
verified ·
1 Parent(s): 29602d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ def check_rand(inp, val):
67
  return gr.Slider(label="Seed", minimum=1, maximum=1111111111111111, value=int(val))
68
 
69
 
70
- with gr.Blocks(css=background-color: rgb(74 222 128),theme=gr.themes.Soft()) as app:
71
  gr.HTML(
72
  """<center><h1 style='font-size:xx-large;'>Google Gemma Models</h1></center>""")
73
  with gr.Group():
 
67
  return gr.Slider(label="Seed", minimum=1, maximum=1111111111111111, value=int(val))
68
 
69
 
70
+ with gr.Blocks(css=".gradio-container {background-color: rgb(74 222 128)}",theme=gr.themes.Soft()) as app:
71
  gr.HTML(
72
  """<center><h1 style='font-size:xx-large;'>Google Gemma Models</h1></center>""")
73
  with gr.Group():