Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -23,6 +23,9 @@ zip_file.extractall()
|
|
23 |
csv_path = "jena_climate_2009_2016.csv"
|
24 |
df = pd.read_csv(csv_path)
|
25 |
|
|
|
|
|
|
|
26 |
#%%
|
27 |
|
28 |
title = "Timeseries forecasting for weather prediction"
|
@@ -196,3 +199,4 @@ fig = plot()
|
|
196 |
st.pyplot(fig)
|
197 |
|
198 |
# %%
|
|
|
|
23 |
csv_path = "jena_climate_2009_2016.csv"
|
24 |
df = pd.read_csv(csv_path)
|
25 |
|
26 |
+
if ("0" == "mycustom"):
|
27 |
+
st.dataframe(df)
|
28 |
+
|
29 |
#%%
|
30 |
|
31 |
title = "Timeseries forecasting for weather prediction"
|
|
|
199 |
st.pyplot(fig)
|
200 |
|
201 |
# %%
|
202 |
+
|