Spaces:
Runtime error
Runtime error
File size: 84 Bytes
ce4e319 |
1 2 3 4 5 6 |
from app import app
if __name__ == '__main__':
app.run(port=5000, debug=True)
|