pabloce commited on
Commit
3600cd6
·
verified ·
1 Parent(s): 53e74c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -81,6 +81,9 @@ demo = gr.ChatInterface(
81
  label="Top-p (nucleus sampling)",
82
  ),
83
  ],
 
 
 
84
  )
85
 
86
  if __name__ == "__main__":
 
81
  label="Top-p (nucleus sampling)",
82
  ),
83
  ],
84
+ 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(
85
+ block_background_fill_dark="*neutral_800"
86
+ )
87
  )
88
 
89
  if __name__ == "__main__":