diff --git a/README.md b/README.md index 472b408..2fdd9d6 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Then **restart the runtime** (Runtime -> Restart Runtime) before importing prett After prettymaps is installed, you can run the front-end (streamlit) application from the prettymaps repository using: ``` -streamlit run prettymaps/app.py +streamlit run app.py ``` # Tutorial diff --git a/prettymaps/app.py b/app.py similarity index 100% rename from prettymaps/app.py rename to app.py diff --git a/notebooks/examples.ipynb b/notebooks/examples.ipynb index 2307d0c..e6ca6b3 100644 --- a/notebooks/examples.ipynb +++ b/notebooks/examples.ipynb @@ -71,7 +71,7 @@ "\n", "After prettymaps is installed, you can run the front-end (streamlit) application from the prettymaps repository using:\n", "```\n", - "streamlit run prettymaps/app.py\n", + "streamlit run app.py\n", "```" ] },