spam-classifier / app.py
panchajanya1999's picture
Add initial application files
c5bd3e2 verified
raw
history blame
117 Bytes
# this is the python file to run the spam_classifer.py file
with open('spam_classifier.py') as f:
exec(f.read())