Spaces:
Runtime error
Runtime error
| [browser] | |
| # Internet address where users should point their browsers in order to | |
| # connect to the app. Can be IP address or DNS name and path. | |
| # This is used to: | |
| # - Set the correct URL for CORS and XSRF protection purposes. | |
| # - Show the URL on the terminal | |
| # - Open the browser | |
| # Default: "localhost" | |
| serverAddress = "localhost" | |
| # Whether to send usage statistics to Streamlit. | |
| # Default: true | |
| gatherUsageStats = false | |
| # Port where users should point their browsers in order to connect to the | |
| # app. | |
| # This is used to: | |
| # - Set the correct URL for CORS and XSRF protection purposes. | |
| # - Show the URL on the terminal | |
| # - Open the browser | |
| # Default: whatever value is set in server.port. | |
| serverPort = 8501 | |
| # .streamlit/config.toml | |
| [ui] | |
| hideTopBar = true |