From 198e769028435956eeaa5034912369a65f084f66 Mon Sep 17 00:00:00 2001 From: eandasan Date: Sat, 3 May 2025 05:18:51 +0000 Subject: [PATCH] Update app.py --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 967e865..3cc8c52 100644 --- a/app.py +++ b/app.py @@ -332,7 +332,7 @@ def upload(): flash(f'Allowed file types are: {", ".join(ALLOWED_EXTENSIONS)}', 'error') # Get available categories - categories = ['admin', 'accounting', 'hr', 'marketing', 'legal', 'general', 'other'] + categories = ['admin', 'accounting', 'hr', 'marketing', 'legal', 'general', 'qoutation', 'other'] return render_template('upload.html', categories=categories)