a10 commited on
Commit
ab2efe4
·
1 Parent(s): 9825f6f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ def asubmit(aparam):
68
  lin.fit(adf3[['Date']].astype('float').astype('int32'), adf3['Celsius'])
69
 
70
  atrendproject = [20230223,20240223,20250223,]
71
- st.dataframe(pd.merge(pd.DataFrame([atrendproject]), pd.DataFrame(lin.predict(np.array([atrendproject]))), left_index=True, right_index=True))
72
 
73
  adf = pd.DataFrame(
74
  astations,
 
68
  lin.fit(adf3[['Date']].astype('float').astype('int32'), adf3['Celsius'])
69
 
70
  atrendproject = [20230223,20240223,20250223,]
71
+ st.dataframe(pd.merge(pd.DataFrame([atrendproject]), pd.DataFrame(lin.predict(np.array(atrendproject))), left_index=True, right_index=True))
72
 
73
  adf = pd.DataFrame(
74
  astations,