asigalov61 commited on
Commit
ffea11b
·
verified ·
1 Parent(s): cd1a8cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ def format_table_data(data_string):
63
  #==========================================================================================================
64
 
65
  def clean_string(original_string,
66
- regex=r'[^a-zA-Z0-9 \n]',
67
  remove_duplicate_spaces=True,
68
  title=False
69
  ):
 
63
  #==========================================================================================================
64
 
65
  def clean_string(original_string,
66
+ regex=r'[^a-zA-Z0-9.() \n]',
67
  remove_duplicate_spaces=True,
68
  title=False
69
  ):