Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -71,7 +71,7 @@ def plot_predictions_on_map(df_predictions):
|
|
71 |
# Streamlit App
|
72 |
def main():
|
73 |
st.title("Cyclone Path Prediction")
|
74 |
-
st.write("Input current and previous cyclone data to predict the next
|
75 |
|
76 |
# User inputs
|
77 |
lat_present = st.number_input("Current Latitude", format="%f")
|
|
|
71 |
# Streamlit App
|
72 |
def main():
|
73 |
st.title("Cyclone Path Prediction")
|
74 |
+
st.write("Input current and previous cyclone data to predict for the next 18 hours and visualize the path on a map.")
|
75 |
|
76 |
# User inputs
|
77 |
lat_present = st.number_input("Current Latitude", format="%f")
|