shukdevdatta123 commited on
Commit
ab790df
·
verified ·
1 Parent(s): a9e3a49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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; 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>
 
115
 
116
  # Creative output with icons, emojis, and styled text
117
  fare_message = f"""
118
+ <div style="background-color: #f0f8ff; padding: 10px; margin-bottom: 10px; 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>