Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
a10
/
hkobservatorytest1
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a10
commited on
Feb 19, 2023
Commit
1ef944d
·
1 Parent(s):
00a51e0
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-1
app.py
CHANGED
Viewed
@@ -227,7 +227,6 @@ def plot():
227
12,
228
f"{n} Step Prediction",
229
)
230
-
231
fig = plot()
232
st.pyplot(fig)
233
227
12,
228
f"{n} Step Prediction",
229
)
230
fig = plot()
231
st.pyplot(fig)
232