Teddy Xinyuan Chen commited on
Commit
714daa0
·
unverified ·
1 Parent(s): 8c792de

2024-05-14T18-28-06Z

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ interface = gr.Interface(
53
  gr.Textbox(label="Traditional Chinese"),
54
  ],
55
  title="Hokkien Transliteration Converter",
56
- description="Convert Hokkien text between various transliteration systems using the <a href='https://github.com/andreihar/taibun' target='_blank'>taibun</a> package. Made by <a href='https://teddysc.me/blog/introducing/hokkien-converter'>Teddy</a>.",
57
  examples=[list(x) for x in examples],
58
  )
59
 
 
53
  gr.Textbox(label="Traditional Chinese"),
54
  ],
55
  title="Hokkien Transliteration Converter",
56
+ description="Convert Hokkien text between various transliteration systems using the <a href='https://github.com/andreihar/taibun' target='_blank'>taibun</a> package. Made by <a href='https://teddysc.me/blog/introducing/hokkien-converter'>Teddy</a>.<br/><img src='https://github.com/cli/cli/assets/45612704/84eaa125-43c8-4b52-a3e6-329c7d59c8ff' />",
57
  examples=[list(x) for x in examples],
58
  )
59