From ef719fb1745179089ef71f7f5b032b560b44b9e6 Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Tue, 28 Mar 2023 09:22:22 +0200 Subject: [PATCH] changed the launcher name --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bb45392..4ddc8f9 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,13 @@ pip install streamlit-aggrid ## Start the webapp ```bash -$ ./stand.sh +$ ./stand.py +``` + +Check the parameters with + +```bash +$ ./stand.py -h ``` ## Interact in the browser