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

setup.sh 133 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
  1. mkdir -p ~/.streamlit/
  2. echo "\
  3. [server]\n\
  4. headless = true\n\
  5. port = $PORT\n\
  6. enableCORS = false\n\
  7. \n\
  8. " > ~/.streamlit/config.toml
Tip!

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

Comments

Loading...