From 68c9a68e650224f830d4eda520943980d0197ff6 Mon Sep 17 00:00:00 2001 From: Stan Soldatov Date: Mon, 25 Nov 2024 03:40:10 +0100 Subject: [PATCH] README update. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6598d4e8..46f5ce9e 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,8 @@ There are several ways to use the tool. You obviously need the **first one**, bu ### 🚜 For most users **Option 1:** open the [maps4fs](https://maps4fs.streamlit.app) on StreamLit and generate a map template in a few clicks.
+![Basic WebUI](https://github.com/user-attachments/assets/14620044-9e92-47ae-8531-d61460740f58) + ### 😎 For advanced users **Option 2:** run the Docker version in your browser. Launch the following command in your terminal: ```bash @@ -106,8 +108,6 @@ docker run -d -p 8501:8501 iwatkot/maps4fs 4. Fill in the required fields and click on the `Generate` button. 5. When the map is generated click on the `Download` button to get the map. -![Basic WebUI](https://github.com/user-attachments/assets/14620044-9e92-47ae-8531-d61460740f58) - ### Option 3: Python package 🔴 Recommended for developers.
You can use the Python package to generate maps. Follow these steps: