pabloce commited on
Commit
6d5f110
·
verified ·
1 Parent(s): 8f91119

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -57,7 +57,9 @@ demo = gr.ChatInterface(
57
  label="Top-p (nucleus sampling)",
58
  ),
59
  ],
60
- theme=gr.themes.Soft(primary_hue="green", secondary_hue="indigo", neutral_hue="zinc",font=[gr.themes.GoogleFont("Exo 2"), "ui-sans-serif", "system-ui", "sans-serif"])
 
 
61
  )
62
 
63
 
 
57
  label="Top-p (nucleus sampling)",
58
  ),
59
  ],
60
+ theme=gr.themes.Soft(primary_hue="green", secondary_hue="indigo", neutral_hue="zinc",font=[gr.themes.GoogleFont("Exo 2"), "ui-sans-serif", "system-ui", "sans-serif"]).set(
61
+ block_background_fill_dark="*neutral_950"
62
+ )
63
  )
64
 
65