Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,15 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
## Features
|
4 |
- Dynamic menu with 3D food models.
|
@@ -12,9 +23,6 @@
|
|
12 |
3. Run the app: `python app.py`.
|
13 |
4. Access at `http://localhost:7860`.
|
14 |
|
15 |
-
## File Structure
|
16 |
-
See the project layout in the root folder.
|
17 |
-
|
18 |
## Notes
|
19 |
- 3D models must be in `.glb` format.
|
20 |
- Use a robust hosting server for better rendering of 3D models.
|
|
|
1 |
+
---
|
2 |
+
title: Restaurant Menu App
|
3 |
+
emoji: 🍛
|
4 |
+
colorFrom: green
|
5 |
+
colorTo: blue
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: "3.30.0"
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
+
# Restaurant Menu App - Indian & Chinese Cuisine
|
13 |
|
14 |
## Features
|
15 |
- Dynamic menu with 3D food models.
|
|
|
23 |
3. Run the app: `python app.py`.
|
24 |
4. Access at `http://localhost:7860`.
|
25 |
|
|
|
|
|
|
|
26 |
## Notes
|
27 |
- 3D models must be in `.glb` format.
|
28 |
- Use a robust hosting server for better rendering of 3D models.
|