today update

This commit is contained in:
dengrb1
2023-07-25 23:59:27 +08:00
committed by GitHub
parent 994d4cc179
commit fa115b8b32
9 changed files with 57 additions and 7 deletions

View File

@@ -81,6 +81,7 @@ bt_fh = Button(frame, text='返回', command=fh)
# pack
Label(root, text='机器学习类库安装').pack()
bt_fh.pack()
bt_tensorFlow.pack()
bt_pytorch.pack()
bt_keras.pack()
@@ -91,7 +92,7 @@ bt_XGBoost.pack()
bt_pyttsx.pack()
bt_pylatex.pack()
bt_openai.pack()
bt_fh.pack()
# mainloop