Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -115,7 +115,7 @@ else:
|
|
115 |
|
116 |
# Creative output with icons, emojis, and styled text
|
117 |
fare_message = f"""
|
118 |
-
<div style="background-color: #f0f8ff; padding: 10px; margin-bottom:
|
119 |
<h4 style="font-family: 'Arial', sans-serif; color: #003366;">
|
120 |
🚇 <strong>{origin}</strong> to <strong>{destination}</strong> Fare
|
121 |
</h4>
|
@@ -133,6 +133,8 @@ else:
|
|
133 |
else:
|
134 |
st.write("Please select both an origin and at least one destination.")
|
135 |
|
|
|
|
|
136 |
# Plotting the map using Plotly
|
137 |
fig = go.Figure()
|
138 |
|
|
|
115 |
|
116 |
# Creative output with icons, emojis, and styled text
|
117 |
fare_message = f"""
|
118 |
+
<div style="background-color: #f0f8ff; padding: 10px; margin-bottom: 12px; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);">
|
119 |
<h4 style="font-family: 'Arial', sans-serif; color: #003366;">
|
120 |
🚇 <strong>{origin}</strong> to <strong>{destination}</strong> Fare
|
121 |
</h4>
|
|
|
133 |
else:
|
134 |
st.write("Please select both an origin and at least one destination.")
|
135 |
|
136 |
+
st.write("Below is the Map for Dhaka Metro Rail 💶:")
|
137 |
+
|
138 |
# Plotting the map using Plotly
|
139 |
fig = go.Figure()
|
140 |
|