winwithakash commited on
Commit
c142733
1 Parent(s): 575679c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ def make_predictions(journey_date, journey_time, arrival_date, arrival_time, sou
73
  def main():
74
 
75
  st.title('Flight Fair Price Predictor')
76
- st.subheader('Fill the following details to get the idea about flight fair price')
77
 
78
  col1, col2 = st.columns([2, 1])
79
  journey_date = col1.date_input('Journey Date')
 
73
  def main():
74
 
75
  st.title('Flight Fair Price Predictor')
76
+ st.subheader('Fill the following details to get the estimated flight fair price')
77
 
78
  col1, col2 = st.columns([2, 1])
79
  journey_date = col1.date_input('Journey Date')