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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ demo = gr.ChatInterface(
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
 
 
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_800"
62
  )
63
  )
64