From 06915bc803394b6fcc9148e70dd27f0dfaa800c5 Mon Sep 17 00:00:00 2001 From: marceloprates Date: Mon, 3 Mar 2025 15:20:53 -0300 Subject: [PATCH] updated app --- README.md | 2 +- prettymaps/app.py => app.py | 0 notebooks/examples.ipynb | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename prettymaps/app.py => app.py (100%) 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", "```" ] },