Youmnaaaa commited on
Commit
d2408c6
·
verified ·
1 Parent(s): a104191

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -539,6 +539,8 @@ def clean_item_query(text: str) -> str:
539
  "عنده", "عندها",
540
  "فيه", "فيها",
541
  "بيقدم", "بتقدم"
 
 
542
  ]
543
 
544
  for w in remove_words:
 
539
  "عنده", "عندها",
540
  "فيه", "فيها",
541
  "بيقدم", "بتقدم"
542
+ "نفسي", "عندو",
543
+
544
  ]
545
 
546
  for w in remove_words: