yaotingyao commited on
Commit
1680358
·
verified ·
1 Parent(s): ec0e823

Change plotly.js to version 2.18.1 (#4)

Browse files

- Change plot;y.js to version 2.18.1 (2abd1c752e97301b45b9fa5d218fb1e4de76a8a8)

Files changed (1) hide show
  1. 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-3.0.1.min.js"></script>
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%;