# test_serverRun the Streamlit TCP Server Control Panel locally:
- Install dependencies:
python -m pip install -r requirements.txt- Copy
.env.exampleto.envand setAPI_KEY(andAPI_URLif needed):
cp .env.example .env
# edit .env to set your API_KEY- Start the app:
streamlit run streamlit_app.pyThe app will read API_URL and API_KEY from environment variables.