Skip to content

Commit f360d0a

Browse files
authored
fix(docs): update rdagent ui with correct params (#1249)
1 parent 5a78c89 commit f360d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ The **[🖥️ Live Demo](https://rdagent.azurewebsites.net/)** is implemented b
340340
- You can run the following command for our demo program to see the run logs.
341341
342342
```sh
343-
rdagent ui --port 19899 --log-dir <your log folder like "log/"> --data_science <True or False>
343+
rdagent ui --port 19899 --log-dir <your log folder like "log/"> --data-science
344344
```
345345
346346
- About the `data_science` parameter: If you want to see the logs of the data science scenario, set the `data_science` parameter to `True`; otherwise set it to `False`.

0 commit comments

Comments
 (0)