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