From b55578ae9de549eb82857a394181c6dbf809dbd8 Mon Sep 17 00:00:00 2001 From: Marianne Corvellec Date: Thu, 28 Feb 2019 11:49:56 +0100 Subject: [PATCH] Update quickstart following multipage app update --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 64b3a70..9b7ee76 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,5 @@ Try out the Get started with: 1. Install `dash_canvas`: `pip install dash-canvas` (you will also need `dash-core-components` to run the apps). -2. Run `python app_seg.py` (for interactive segmentation) or - `python correct_segmentation.py` (for correcting a pre-existing - segmentation) +2. Run `python index.py` 3. Visit http://localhost:8050 in your web browser - -