diff options
-rw-r--r-- | wqflask/wqflask/templates/pca_scree_plot.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/wqflask/wqflask/templates/pca_scree_plot.html b/wqflask/wqflask/templates/pca_scree_plot.html new file mode 100644 index 00000000..0859a349 --- /dev/null +++ b/wqflask/wqflask/templates/pca_scree_plot.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <title></title> +</head> +<body> + + <div> + pca scree plot + </div> + +</body> +</html> |