penut85420 commited on
Commit
bed6593
1 Parent(s): de14a07

fix font name

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -146,7 +146,7 @@ def back_to_setting():
146
  return gr.Tabs(selected=0)
147
 
148
 
149
- font = gr.themes.GoogleFont("NotoSans CJK")
150
  theme = gr.themes.Soft(font=font, text_size=gr.themes.sizes.text_lg)
151
 
152
  with gr.Blocks(theme=theme, title="假名小測驗") as app:
 
146
  return gr.Tabs(selected=0)
147
 
148
 
149
+ font = gr.themes.GoogleFont("Noto Sans")
150
  theme = gr.themes.Soft(font=font, text_size=gr.themes.sizes.text_lg)
151
 
152
  with gr.Blocks(theme=theme, title="假名小測驗") as app: