TedYeh commited on
Commit
736df11
1 Parent(s): 5cda2b6

update app

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -13,8 +13,9 @@ def cged_correction(sentence = '為了降低少子化,政府可以堆動獎勵
13
  with gr.Blocks() as demo:
14
  gr.Markdown(
15
  """
16
- # Flip Text!
17
- Start typing below to see the output.
 
18
  """
19
  )
20
  #設定輸入元件
 
13
  with gr.Blocks() as demo:
14
  gr.Markdown(
15
  """
16
+ # 中文錯別字校正 - Chinese Spelling Correction
17
+ ### Find Spelling Error and do the correction!
18
+ Start typing below to see the correction.
19
  """
20
  )
21
  #設定輸入元件