Update app.py

This commit is contained in:
2025-05-03 05:20:38 +00:00
parent 198e769028
commit f7c1bb5a8f
+1 -1
View File
@@ -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)