From f7c1bb5a8f20861f30036af5e52ae904e4698463 Mon Sep 17 00:00:00 2001 From: RJ Gallermo Date: Sat, 3 May 2025 05:20:38 +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 3cc8c52..ae46805 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', 'qoutation', 'other'] + categories = ['admin', 'accounting', 'hr', 'marketing', 'legal', 'general', 'quotation', 'other'] return render_template('upload.html', categories=categories)