From 3bd73572af832ff1e8c171d82c942afb51f160bb Mon Sep 17 00:00:00 2001 From: Bobby Date: Mon, 10 Feb 2025 22:42:36 -0800 Subject: [PATCH] changed the screen reports folder --- src/streamlit_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/streamlit_app.py b/src/streamlit_app.py index a5c24ac..960e526 100644 --- a/src/streamlit_app.py +++ b/src/streamlit_app.py @@ -26,7 +26,7 @@ def load_scanner_reports(): from datetime import datetime reports = [] - reports_dir = "scanner_results" + reports_dir = "reports" if os.path.exists(reports_dir): for file in os.listdir(reports_dir):