Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
harmdevries
/
bigcode_planning
like
6
Sleeping
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
harmdevries
commited on
Jan 18, 2023
Commit
ea0b69d
·
1 Parent(s):
7e2623c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -66,4 +66,5 @@ fig.add_annotation({
66
"showarrow": False,
67
})
68
69
st.plotly_chart(fig, use_container_width=True)
66
"showarrow": False,
67
})
68
69
+
st.write(fig.layout.legend)
70
st.plotly_chart(fig, use_container_width=True)