diff --git a/README.md b/README.md index a0ffba3..8760361 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,8 @@ uv run main.py ### Web UI This project also includes a Web UI, offering a more dynamic and engaging interactive experience. -> Note: You need to install the dependencies of web UI first. +> [!NOTE] +> You need to install the dependencies of web UI first. ```bash # Run both the backend and frontend servers diff --git a/web/README.md b/web/README.md index 70cf995..ede395e 100644 --- a/web/README.md +++ b/web/README.md @@ -18,7 +18,7 @@ pnpm install ## How to Run in Development Mode -**Note**: Ensure the Python API service is running before starting the web UI. +[!NOTE] Ensure the Python API service is running before starting the web UI. Start the web UI development server: