Update README.md
Browse files
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:
|
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 |
```
|