Spaces:
Runtime error
Runtime error
# this is the python file to run the spam_classifer.py file | |
with open('spam_classifier.py') as f: | |
exec(f.read()) |
# this is the python file to run the spam_classifer.py file | |
with open('spam_classifier.py') as f: | |
exec(f.read()) |