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):