Spaces:
Build error
Build error
File size: 94 Bytes
a9f62ed |
1 2 3 4 5 |
from toxic_comment.src.app import app
if __name__ == '__main__':
app.run(debug=True)
|