ProCreations commited on
Commit
e978b4b
·
1 Parent(s): 4fad8d9

Soft theme for better light/dark contrast

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -295,7 +295,10 @@ def chat(user_msg, history, system, max_new, temperature, top_k, top_p, rep_pena
295
  # ------------------------------------------------------------------------
296
  # UI
297
 
298
- with gr.Blocks(title="intellite 100M — RLHF collector") as demo:
 
 
 
299
  gr.Markdown(
300
  f"# intellite 100M — RLHF data collector\n"
301
  f"{MCFG.d_model}d × {MCFG.n_layers}L × {MCFG.n_heads}h "
 
295
  # ------------------------------------------------------------------------
296
  # UI
297
 
298
+ with gr.Blocks(
299
+ title="intellite 100M — RLHF collector",
300
+ theme=gr.themes.Soft(primary_hue="indigo", neutral_hue="slate"),
301
+ ) as demo:
302
  gr.Markdown(
303
  f"# intellite 100M — RLHF data collector\n"
304
  f"{MCFG.d_model}d × {MCFG.n_layers}L × {MCFG.n_heads}h "