From a6e196e3c1f9af17d4f879a722d1c5f61b4d41ab Mon Sep 17 00:00:00 2001
From: zsloan
Date: Thu, 19 May 2022 20:53:39 +0000
Subject: Change Pca to PCA
---
wqflask/wqflask/templates/pca_scree_plot.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'wqflask')
diff --git a/wqflask/wqflask/templates/pca_scree_plot.html b/wqflask/wqflask/templates/pca_scree_plot.html
index 11bfebff..a9a6e761 100644
--- a/wqflask/wqflask/templates/pca_scree_plot.html
+++ b/wqflask/wqflask/templates/pca_scree_plot.html
@@ -23,7 +23,7 @@ let { x_coord, y_coord } = js_data["scree_data"]
const layout = {
title: {
- text: "Pca Scree Plot",
+ text: "PCA Scree Plot",
font: {
"size": 24,
"family": "Arial",
--
cgit v1.2.3