Commit
·
c39a3fc
1
Parent(s):
9be7074
update
Browse files
README.md
CHANGED
@@ -464,10 +464,10 @@ OWL includes an intuitive web-based user interface that makes it easier to inter
|
|
464 |
|
465 |
```bash
|
466 |
# Start the Chinese version
|
467 |
-
python
|
468 |
|
469 |
# Start the English version
|
470 |
-
python
|
471 |
```
|
472 |
|
473 |
## Features
|
|
|
464 |
|
465 |
```bash
|
466 |
# Start the Chinese version
|
467 |
+
python owl/webapp_zh.py
|
468 |
|
469 |
# Start the English version
|
470 |
+
python owl/webapp.py
|
471 |
```
|
472 |
|
473 |
## Features
|