Spaces:
Build error
Build error
Commit
·
45d3d66
1
Parent(s):
e3416ab
updated readme
Browse files
Readme.md
CHANGED
@@ -29,3 +29,16 @@ This project focuses on optimizing flight routes to minimize travel time and cos
|
|
29 |
python main.py
|
30 |
```
|
31 |
2. Follow the on-screen instructions to input your flight details.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
python main.py
|
30 |
```
|
31 |
2. Follow the on-screen instructions to input your flight details.
|
32 |
+
|
33 |
+
---
|
34 |
+
|
35 |
+
title: Flight Route Optimization
|
36 |
+
emoji: ✈️
|
37 |
+
colorFrom: blue
|
38 |
+
colorTo: green
|
39 |
+
sdk: streamlit
|
40 |
+
sdk_version: "1.0"
|
41 |
+
app_file: app.py
|
42 |
+
pinned: false
|
43 |
+
|
44 |
+
---
|