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