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)