Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -214,7 +214,6 @@ def calculate_stats(file_name, data_index):
|
|
214 |
continue
|
215 |
|
216 |
information['lines'] += 1
|
217 |
-
print(information['lines'])
|
218 |
information['words_per_sentence'] += stat['sentence info']['words_per_sentence']
|
219 |
information['words'] += stat['sentence info']['words']
|
220 |
information['syll_per_word'] += stat['sentence info']['syll_per_word']
|
|
|
214 |
continue
|
215 |
|
216 |
information['lines'] += 1
|
|
|
217 |
information['words_per_sentence'] += stat['sentence info']['words_per_sentence']
|
218 |
information['words'] += stat['sentence info']['words']
|
219 |
information['syll_per_word'] += stat['sentence info']['syll_per_word']
|