a10 commited on
Commit
41f43d7
·
1 Parent(s): e74345a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
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
+