Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

heroku_setup.sh 185 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
  1. mkdir -p .streamlit
  2. cat streamlit/config.toml | sed s/PORT/$PORT/ - > .streamlit/config.toml
  3. cp streamlit/credentials.toml .streamlit/credentials.toml
  4. nbdev_build_lib; pip install -e .
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...