diff --git a/backend/run_dace.py b/backend/run_dace.py index 1b6680f..d54bd17 100644 --- a/backend/run_dace.py +++ b/backend/run_dace.py @@ -22,6 +22,7 @@ with open('.env', 'r') as fp: lines = fp.readlines() for line in lines: + line = line.strip() if '=' not in line: continue pos = line.find('=') diff --git a/media/components/analysis/index.html b/media/components/analysis/index.html index c0957c0..75aa34e 100644 --- a/media/components/analysis/index.html +++ b/media/components/analysis/index.html @@ -21,33 +21,68 @@