Browse Source

更新 'backup/main.py'

junhuanchen 1 year ago
parent
commit
31953acf88
1 changed files with 3 additions and 1 deletions
  1. 3 1
      backup/main.py

+ 3 - 1
backup/main.py

@@ -62,7 +62,7 @@ main_title = (
         "A"
     )
 splash_text = (
-        "系统版本: 2023-06-15 pull3",
+        "系统版本: 2023-06-15 ",
         "System version: N/A",
         "2. 加载程序后,按下A键两秒退出程序界面.",
         "    ",
@@ -280,6 +280,7 @@ demoListText=(
     "模型训练:模型部署",
     "checkout",
     "pull",
+    "reset",
 
 )
 demoNameList=(
@@ -316,6 +317,7 @@ demoNameList=(
     "31_train_deploy_model",
     "checkout",
     "pull",
+    "reset",
 
 )
 demoNum=len(demoListText)