Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,15 +1,20 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
restaurant_project/
|
2 |
+
β
|
3 |
+
βββ app.py # Main application logic
|
4 |
+
βββ components/
|
5 |
+
β βββ menu.py # Menu item and popup card logic
|
6 |
+
β βββ popup_card.py # Popup card layout and interaction
|
7 |
+
β βββ utils.py # Helper functions for beautification and formatting
|
8 |
+
β
|
9 |
+
βββ static/
|
10 |
+
β βββ css/
|
11 |
+
β β βββ styles.css # Custom CSS for styling and beautification
|
12 |
+
β β
|
13 |
+
β βββ images/
|
14 |
+
β βββ food_items/ # Folder for food item 3D images
|
15 |
+
β βββ icons/ # Folder for icons and graphics
|
16 |
+
β
|
17 |
+
βββ templates/
|
18 |
+
βββ card.html # Popup card template
|
19 |
+
βββ menu.html # Menu page template
|
20 |
+
βββ summary.html # Order summary template
|