Abrar20 commited on
Commit
6189c2f
1 Parent(s): cd5eff1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 6 rows and visualize the path on a map.")
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")