diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 5147684..f55cd8c 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -20,5 +20,6 @@ "ms-python.python" ] } - } -} \ No newline at end of file + }, + "postStartCommand": "python3 -m streamlit run app.py" +}