mr2along commited on
Commit
ee9137a
·
verified ·
1 Parent(s): f634650

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -78,7 +78,6 @@ def compare_texts(reference_text, transcribed_text):
78
 
79
  html_output += f"<strong>Quality Score:</strong> {similarity_score}%<br>"
80
  html_output += f"<strong>Transcribed Text:</strong> {transcribed_text}<br>"
81
- <br>"
82
  html_output += f"<strong>Quality Score:</strong> {similarity_score}<br>"
83
  html_output += f"<strong>Transcribed Text:</strong> {transcribed_text}<br>"
84
  html_output += "<strong>Word Score List:</strong><br>"
 
78
 
79
  html_output += f"<strong>Quality Score:</strong> {similarity_score}%<br>"
80
  html_output += f"<strong>Transcribed Text:</strong> {transcribed_text}<br>"
 
81
  html_output += f"<strong>Quality Score:</strong> {similarity_score}<br>"
82
  html_output += f"<strong>Transcribed Text:</strong> {transcribed_text}<br>"
83
  html_output += "<strong>Word Score List:</strong><br>"