Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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>"
|