feat: change ui entry (#197)

change ui start cmd
This commit is contained in:
XianBW
2024-08-09 17:23:45 +08:00
committed by GitHub
parent 048e820d3d
commit d82edc9c23
5 changed files with 19 additions and 5 deletions
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 123 KiB

+1 -1
View File
@@ -18,7 +18,7 @@ In `RD-Agent/` folder, run:
.. code-block:: bash
streamlit run rdagent/log/ui/app.py --server.port <port> -- --log_dir <log_dir>
rdagent ui --port <port> --log_dir <log_dir>
This will start a web app on `http://localhost:<port>`.