Spaces:
Build error
Build error
Commit
·
f98f0fe
1
Parent(s):
950d506
Refactor Gradio interface: Update layout and instructions
Browse files
app.py
CHANGED
@@ -88,7 +88,6 @@ with gr.Blocks(theme=gr.themes.Default()) as demo:
|
|
88 |
gr.Markdown("## Flight Route Planner - [[GitHub]](https://github.com/souvik0306/Flight_Route_Optimization)")
|
89 |
# Step-wise instructions
|
90 |
gr.Markdown("""
|
91 |
-
### Instructions
|
92 |
1. **Select Airports:** Choose multiple airports from the dropdown list to form your route.
|
93 |
2. **Select Aircraft Type:** Pick the type of aircraft you plan to use for the route.
|
94 |
3. **Check Route Feasibility:** Click the 'Check Route Feasibility' button to see the results, including the optimal route, fuel requirements, and refueling sectors.
|
|
|
88 |
gr.Markdown("## Flight Route Planner - [[GitHub]](https://github.com/souvik0306/Flight_Route_Optimization)")
|
89 |
# Step-wise instructions
|
90 |
gr.Markdown("""
|
|
|
91 |
1. **Select Airports:** Choose multiple airports from the dropdown list to form your route.
|
92 |
2. **Select Aircraft Type:** Pick the type of aircraft you plan to use for the route.
|
93 |
3. **Check Route Feasibility:** Click the 'Check Route Feasibility' button to see the results, including the optimal route, fuel requirements, and refueling sectors.
|