From d60a60eab2f832411579f0df15b840ae65604e89 Mon Sep 17 00:00:00 2001 From: Moritz Lietzow-Sinjen <80835659+mlietzow@users.noreply.github.com> Date: Mon, 12 Aug 2024 14:32:49 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 96cda56..a3b684e 100644 --- a/README.md +++ b/README.md @@ -89,13 +89,15 @@ The input file is organized as follows: ### Run MIEX via streamlit -[miex_app.py](miex_app.py) can be used as a simple Streamlit web app. Install Streamlit +[miex_app.py](miex_app.py) can be used as a simple Streamlit web app: https://miex-python.streamlit.app/. + +Alternatively, install Streamlit ```bash pip3 install streamlit ``` -and start the web app: +and start the web app locally: ```bash streamlit run miex_app.py