Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|