Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ def asubmit(aparam):
|
|
80 |
|
81 |
# lin.score(adf3[['Date']], adf3['Celsius'])
|
82 |
# st.write(lin.predict(np.array([[20230223]])))
|
83 |
-
st.write(lin.predict(np.array([['Date']], dtype=
|
84 |
|
85 |
adf = pd.DataFrame(
|
86 |
astations,
|
|
|
80 |
|
81 |
# lin.score(adf3[['Date']], adf3['Celsius'])
|
82 |
# st.write(lin.predict(np.array([[20230223]])))
|
83 |
+
st.write(lin.predict(np.array([['Date']], dtype=float)))
|
84 |
|
85 |
adf = pd.DataFrame(
|
86 |
astations,
|