mr2along commited on
Commit
ee3bcf6
1 Parent(s): 859be22

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -64,6 +64,7 @@ def compare_texts(reference_text, transcribed_text):
64
  similarity_score = round(sm.ratio() * 100, 2)
65
 
66
  # Construct HTML output
 
67
  # html_output = f"<strong>Fidelity Class:</strong> # Tạo output HTML với các mức đánh giá chi tiết hơn
68
  html_output = f"<strong>Fidelity Class:</strong> "
69
  if similarity_score >= 85:
 
64
  similarity_score = round(sm.ratio() * 100, 2)
65
 
66
  # Construct HTML output
67
+ # html_output = f"<strong>Fidelity Class:</strong> # Tạo output HTML với các mức đánh giá chi tiết hơn
68
  # html_output = f"<strong>Fidelity Class:</strong> # Tạo output HTML với các mức đánh giá chi tiết hơn
69
  html_output = f"<strong>Fidelity Class:</strong> "
70
  if similarity_score >= 85: