mlabonne commited on
Commit
fec628a
·
verified ·
1 Parent(s): 72e66d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -365,8 +365,7 @@ title = """
365
  <p><em>AutoMerger selects two 7B models on top of the Open LLM Leaderboard, combine them with a merge technique, and evaluate the resulting model.</em></p>
366
  </div>
367
  """
368
- css = ".flex-1 {background: #f9fafb;}"
369
- with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
370
  gr.Markdown(title)
371
  logs = gr.Textbox(label="Logs")
372
  demo.load(read_logs, None, logs, every=1)
 
365
  <p><em>AutoMerger selects two 7B models on top of the Open LLM Leaderboard, combine them with a merge technique, and evaluate the resulting model.</em></p>
366
  </div>
367
  """
368
+ with gr.Blocks(theme=gr.themes.Soft(primary_hue="indigo")) as demo:
 
369
  gr.Markdown(title)
370
  logs = gr.Textbox(label="Logs")
371
  demo.load(read_logs, None, logs, every=1)