Wendong-Fan commited on
Commit
9bde235
·
1 Parent(s): f91373a

update file naming

Browse files
Files changed (3) hide show
  1. README.md +1 -1
  2. README_zh.md +1 -1
  3. run_app_en.py → run_app.py +0 -0
README.md CHANGED
@@ -425,7 +425,7 @@ OWL includes an intuitive web-based user interface that makes it easier to inter
425
  python run_app_zh.py
426
 
427
  # Start the English version
428
- python run_app_en.py
429
  ```
430
 
431
  ## Features
 
425
  python run_app_zh.py
426
 
427
  # Start the English version
428
+ python run_app.py
429
  ```
430
 
431
  ## Features
README_zh.md CHANGED
@@ -417,7 +417,7 @@ OWL 现在包含一个基于网页的用户界面,使与系统交互变得更
417
  python run_app_zh.py
418
 
419
  # 英文版本
420
- python run_app_en.py
421
  ```
422
 
423
  网页界面提供以下功能:
 
417
  python run_app_zh.py
418
 
419
  # 英文版本
420
+ python run_app.py
421
  ```
422
 
423
  网页界面提供以下功能:
run_app_en.py → run_app.py RENAMED
File without changes