DeepLearning101 commited on
Commit
fcb38f6
·
verified ·
1 Parent(s): 9aeda37

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ def generate_json(file_id, correct_text, wrong_text, wrong_ids):
50
 
51
  return json_data, temp_file.name
52
 
53
- TITLE = """<h1>逐字稿文本內容比對工具</h1>"""
54
  SUBTITLE = """<h2 align="center"><a href='https://www.twman.org' target='_blank'>TonTon Huang Ph.D. @ 2024/04 </a><br></h2>"""
55
  LINKS = """
56
  <a href='https://reurl.cc/g6GlZX' target='_blank'>手把手帶你一起踩AI坑</a><br>
 
50
 
51
  return json_data, temp_file.name
52
 
53
+ TITLE = """<h1 align="center">逐字稿文本內容比對工具</h1>"""
54
  SUBTITLE = """<h2 align="center"><a href='https://www.twman.org' target='_blank'>TonTon Huang Ph.D. @ 2024/04 </a><br></h2>"""
55
  LINKS = """
56
  <a href='https://reurl.cc/g6GlZX' target='_blank'>手把手帶你一起踩AI坑</a><br>