Montazerh82 commited on
Commit
31367f3
·
1 Parent(s): 03c1401

style tokenized text

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ entity_mapping = {'DAT': 'تاریخ',
26
  'PRO': 'محصول',
27
  'TIM': 'زمان'}
28
 
29
- sep = '\033[91m | \033[0m'
30
 
31
  def greet(text):
32
  text = cleaning(text)
 
26
  'PRO': 'محصول',
27
  'TIM': 'زمان'}
28
 
29
+ sep = ' | '
30
 
31
  def greet(text):
32
  text = cleaning(text)