openfree commited on
Commit
7a0313b
·
verified ·
1 Parent(s): d94283c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -503,7 +503,7 @@ title_html = """
503
  </p>
504
  """
505
 
506
- with gr.Blocks(css=css, title="Gemma3-R1984-1B") as demo:
507
  gr.Markdown(title_html)
508
 
509
  with gr.Accordion("Advanced Settings", open=False):
 
503
  </p>
504
  """
505
 
506
+ with gr.Blocks(title="Gemma3-R1984-1B") as demo:
507
  gr.Markdown(title_html)
508
 
509
  with gr.Accordion("Advanced Settings", open=False):