Mahdi Ta'ala

Results 3 comments of Mahdi Ta'ala

@corysimmons you can temporarily add your custom CSS directly in the tailwind.css file. I removed the CSS assets file.

hey @moryekram I also am getting this error. try this code : ``` async def test_spellchecker(): with open("Moin_dictionary_words.txt", 'r') as db: sp = SpellChecker(db.read()) corrected = sp.correct('متغاضی') print(corrected) loop =...