ccm commited on
Commit
4928a53
·
verified ·
1 Parent(s): 6e12d67

Update main.py

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