Spaces:
Runtime error
Runtime error
yusyel
commited on
Commit
·
6d22a12
1
Parent(s):
948e888
type
Browse files
app.py
CHANGED
|
@@ -23,6 +23,10 @@ df = pd.read_csv(csv_path)
|
|
| 23 |
|
| 24 |
title = "Timeseries forecasting for weather prediction"
|
| 25 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
|
| 27 |
|
| 28 |
# %% model
|
|
@@ -187,8 +191,4 @@ def plot():
|
|
| 187 |
fig = plot()
|
| 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/)")
|
|
|
|
| 23 |
|
| 24 |
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)")
|
| 29 |
+
st.write("Keras example authors: [Prabhanshu Attri, Yashika Sharma, Kristi Takach, Falak Shah](https://keras.io/examples/timeseries/timeseries_weather_forecasting/)")
|
| 30 |
|
| 31 |
|
| 32 |
# %% model
|
|
|
|
| 191 |
fig = plot()
|
| 192 |
st.pyplot(fig)
|
| 193 |
|
| 194 |
+
# %%
|
|
|
|
|
|
|
|
|
|
|
|