updated app

This commit is contained in:
marceloprates
2025-03-03 15:20:53 -03:00
parent 8fd248e85e
commit 06915bc803
3 changed files with 2 additions and 2 deletions

View File

@@ -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: 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 # Tutorial

View File

@@ -71,7 +71,7 @@
"\n", "\n",
"After prettymaps is installed, you can run the front-end (streamlit) application from the prettymaps repository using:\n", "After prettymaps is installed, you can run the front-end (streamlit) application from the prettymaps repository using:\n",
"```\n", "```\n",
"streamlit run prettymaps/app.py\n", "streamlit run app.py\n",
"```" "```"
] ]
}, },