onkar-waghmode commited on
Commit
f705f4f
·
1 Parent(s): b55adfa
Files changed (1) hide show
  1. app.py +1 -1
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 | **Similarity:** {similarity:.4f}"
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: