Spaces:
Runtime error
Runtime error
yusyel
commited on
Commit
·
948e888
1
Parent(s):
df42c7c
type
Browse files
app.py
CHANGED
@@ -188,5 +188,7 @@ fig = plot()
|
|
188 |
st.pyplot(fig)
|
189 |
|
190 |
# %%
|
191 |
-
title
|
192 |
-
|
|
|
|
|
|
188 |
st.pyplot(fig)
|
189 |
|
190 |
# %%
|
191 |
+
st.title('Timeseries forecasting for weather prediction')
|
192 |
+
|
193 |
+
st.write("Demonstrates how to do timeseries forecasting using a [LSTM model.](https://keras.io/api/layers/recurrent_layers/lstm/#lstm-class)")
|
194 |
+
st.write("Keras example authors: [Prabhanshu Attri, Yashika Sharma, Kristi Takach, Falak Shah](https://keras.io/examples/timeseries/timeseries_weather_forecasting/)")
|