Spaces:
Runtime error
Runtime error
Commit
·
c142733
1
Parent(s):
575679c
Update app.py
Browse files
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
|
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')
|