From 8fb1b30e6d890196bb8031bf6480dc400310119f Mon Sep 17 00:00:00 2001 From: Florez Ospina Juan Felipe Date: Tue, 12 Nov 2024 19:26:20 +0100 Subject: [PATCH] Updated how to stop the server running the app process --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba23ee0..bb1c573 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Otherwise, set up an appropriate Python interpreter by running the following com Run the following command to start the dashboard app: ```bash - python data_flagging_app.py open + python data_flagging_app.py ``` This command will launch the data flagging app. @@ -51,6 +51,6 @@ This command will launch the data flagging app. Run the following command to stop the dashboard app: ```bash - python data_flagging_app.py exit + CTRL + C ``` This command will terminate the server process running the app. \ No newline at end of file