jaifar530
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -360,7 +360,6 @@ if press_me_button:
|
|
360 |
new_text = repeated_text
|
361 |
|
362 |
word_count = len(re.findall(r'\w+', new_text))
|
363 |
-
st.write(f"New Words Count: {word_count}")
|
364 |
## Repeat ML
|
365 |
|
366 |
# Transform the input
|
|
|
360 |
new_text = repeated_text
|
361 |
|
362 |
word_count = len(re.findall(r'\w+', new_text))
|
|
|
363 |
## Repeat ML
|
364 |
|
365 |
# Transform the input
|