JackVines commited on
Commit
33699e0
·
verified ·
1 Parent(s): 279d47e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -49,6 +49,6 @@ pip install streamlit
49
  You will also need to update a `secrets.toml` file in a `.streamlit` directory at the root of the repo. This file should contain the following:
50
 
51
  ```toml
52
- api_host = "http://localhost:8501"
53
  password = "<INSERT DESIRED PASSWORD HERE>"
54
  ```
 
49
  You will also need to update a `secrets.toml` file in a `.streamlit` directory at the root of the repo. This file should contain the following:
50
 
51
  ```toml
52
+ api_host = "http://localhost:8080"
53
  password = "<INSERT DESIRED PASSWORD HERE>"
54
  ```