Commit
·
f705f4f
1
Parent(s):
b55adfa
updated
Browse files
app.py
CHANGED
|
@@ -376,7 +376,7 @@ def process_text(
|
|
| 376 |
stats_html = format_statistics(statistics)
|
| 377 |
|
| 378 |
# Basic stats line
|
| 379 |
-
basic_stats = f"**Original:** {word_count_original} words | **Generated:** {word_count_output} words
|
| 380 |
|
| 381 |
return output_text, basic_stats, similarity, highlighted_original, highlighted_generated, stats_html
|
| 382 |
except Exception as e:
|
|
|
|
| 376 |
stats_html = format_statistics(statistics)
|
| 377 |
|
| 378 |
# Basic stats line
|
| 379 |
+
basic_stats = f"**Original:** {word_count_original} words | **Generated:** {word_count_output} words"
|
| 380 |
|
| 381 |
return output_text, basic_stats, similarity, highlighted_original, highlighted_generated, stats_html
|
| 382 |
except Exception as e:
|