yusyel commited on
Commit
948e888
·
1 Parent(s): df42c7c
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -188,5 +188,7 @@ fig = plot()
188
  st.pyplot(fig)
189
 
190
  # %%
191
- title = "Timeseries forecasting for weather prediction"
192
- description = "Demonstrates how to do timeseries forecasting using a <a href=\"https://keras.io/api/layers/recurrent_layers/lstm/#lstm-class.\">LTSM Model</a> <p><b>Space author: Harshavardhan</b> <br><b> Keras example author: <a href=\"https://keras.io/examples/timeseries/timeseries_weather_forecasting/\"> Prabhanshu Attri, Yashika Sharma, Kristi Takach, Falak Shah </a> </b> <br> <a href=\"https://keras.io/examples/timeseries/timeseries_weather_forecasting/\">Keras example</a> </p>"
 
 
 
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/)")