mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-09 11:28:14 +08:00
Fix typo
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ The repository is organized as follows:
|
||||
.
|
||||
├── optuna_dashboard/ # The Python package.
|
||||
│ └── ts/ # TypeScript code for the Python package.
|
||||
├── standalone_app/ # Standalone application that can be run in browser or within the WevView of the VSCode extension.
|
||||
├── standalone_app/ # Standalone application that can be run in browser or within the WebView of the VSCode extension.
|
||||
│ ├── browser_app_entry.tsx # Entry point for browser app, hosted on GitHub pages.
|
||||
│ └── vscode_entry.tsx # Entry point for VSCode app, output placed under `vscode/assets`.
|
||||
├── vscode/ # The VSCode extension.
|
||||
|
||||
Reference in New Issue
Block a user