NihalGazi commited on
Commit
6a3cff2
·
verified ·
1 Parent(s): 04c383a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ def filter_string(input_string):
36
  return filtered_string
37
 
38
 
39
- def introduce_typos(text, typo_probability=0.03):
40
  if not (0 <= typo_probability <= 1):
41
  raise ValueError("typo_probability must be between 0.0 and 1.0")
42
 
 
36
  return filtered_string
37
 
38
 
39
+ def introduce_typos(text, typo_probability=0.015):
40
  if not (0 <= typo_probability <= 1):
41
  raise ValueError("typo_probability must be between 0.0 and 1.0")
42