Vrk commited on
Commit
499b95e
1 Parent(s): a843ef7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ def main():
102
  if predict:
103
  with st.spinner('Wait for prediction....'):
104
  t = make_predictions(journey_date, journey_time, arrival_date, arrival_time, source, destination, stops, airline)
105
- st.success(f'Fair Price will be around Rs.{t}')
106
 
107
  if __name__=='__main__':
108
  main()
 
102
  if predict:
103
  with st.spinner('Wait for prediction....'):
104
  t = make_predictions(journey_date, journey_time, arrival_date, arrival_time, source, destination, stops, airline)
105
+ st.success(f'Fair Price will be around Rs.{t - 1000}')
106
 
107
  if __name__=='__main__':
108
  main()