Spaces:
Runtime error
Runtime error
File size: 136 Bytes
df42f36 |
1 2 3 4 5 6 |
from ice_breaking_challenge import create_app
if __name__ == "__main__":
app = create_app()
app.run(host="0.0.0.0", port=7860)
|