Spaces:
Runtime error
Runtime error
type
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ title = "Timeseries forecasting for weather prediction"
|
|
25 |
|
26 |
st.title('Timeseries forecasting for weather prediction')
|
27 |
|
28 |
-
st.write("Demonstrates how to do timeseries forecasting using a [LSTM model.](https://keras.io/api/layers/recurrent_layers/lstm/#lstm-class)This space demonstration is forecasting for weather prediction.
|
29 |
st.write("Keras example authors: [Prabhanshu Attri, Yashika Sharma, Kristi Takach, Falak Shah](https://keras.io/examples/timeseries/timeseries_weather_forecasting/)")
|
30 |
|
31 |
|
|
|
25 |
|
26 |
st.title('Timeseries forecasting for weather prediction')
|
27 |
|
28 |
+
st.write("Demonstrates how to do timeseries forecasting using a [LSTM model.](https://keras.io/api/layers/recurrent_layers/lstm/#lstm-class)This space demonstration is forecasting for weather prediction. *n* observation is selected from validation dataset." )
|
29 |
st.write("Keras example authors: [Prabhanshu Attri, Yashika Sharma, Kristi Takach, Falak Shah](https://keras.io/examples/timeseries/timeseries_weather_forecasting/)")
|
30 |
|
31 |
|