Update app.py

This commit is contained in:
eandasan 2025-05-03 05:18:51 +00:00
parent e157eb4e0f
commit 198e769028

2
app.py
View File

@ -332,7 +332,7 @@ def upload():
flash(f'Allowed file types are: {", ".join(ALLOWED_EXTENSIONS)}', 'error') flash(f'Allowed file types are: {", ".join(ALLOWED_EXTENSIONS)}', 'error')
# Get available categories # 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) return render_template('upload.html', categories=categories)