# Static Images Directory This directory contains dish images organized by database name. ## Structure: ``` app/static/images/dishes/ ├── tabble_new/ # Demo hotel images │ ├── dish1.jpg │ ├── dish2.jpg │ └── ... └── your_hotel/ # Your hotel images ├── dish1.jpg ├── dish2.jpg └── ... ``` ## Upload Guidelines: - Use JPEG or PNG format - Recommended size: 400x300 pixels - Keep file size under 500KB for better performance - Use descriptive filenames ## Access URLs: Images can be accessed at: `/static/images/dishes/{database_name}/{filename}` Example: `/static/images/dishes/tabble_new/chicken_biryani.jpg`