Spaces:
Running
Running
Yao-Ting
commited on
Commit
·
2abd1c7
1
Parent(s):
ec0e823
Change plot;y.js to version 2.18.1
Browse filesThe change aimed to solve the plot label disappear issue.
- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
@@ -242,7 +242,7 @@ points_json = json.dumps(points)
|
|
242 |
|
243 |
## build up plot and image container html
|
244 |
plot_html = f"""
|
245 |
-
<script src="https://cdn.plot.ly/plotly-
|
246 |
<style>
|
247 |
html, body {{
|
248 |
margin:0; padding:0; height:100%;
|
|
|
242 |
|
243 |
## build up plot and image container html
|
244 |
plot_html = f"""
|
245 |
+
<script src="https://cdn.plot.ly/plotly-2.18.1.min.js"></script>
|
246 |
<style>
|
247 |
html, body {{
|
248 |
margin:0; padding:0; height:100%;
|