ccm commited on
Commit
ada657f
·
verified ·
1 Parent(s): 41ae31c

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -0
main.py CHANGED
@@ -197,6 +197,7 @@ gradio.ChatInterface(
197
  undo_btn=None,
198
  clear_btn=None,
199
  theme=gradio.themes.Default(
 
200
  font=[gradio.themes.GoogleFont("Zilla Slab")]
201
  )
202
  ).launch(debug=True)
 
197
  undo_btn=None,
198
  clear_btn=None,
199
  theme=gradio.themes.Default(
200
+ primary_hue="#df5127",
201
  font=[gradio.themes.GoogleFont("Zilla Slab")]
202
  )
203
  ).launch(debug=True)