Spaces:
Sleeping
Sleeping
File size: 180 Bytes
59e5631 |
1 2 3 4 5 6 7 |
# Run the component's dev server on :3001
# (The Streamlit dev server already runs on :3000)
PORT=3001
# Don't automatically open the web browser on `npm run start`.
BROWSER=none
|