vgosavi2 commited on
Commit
d14c914
·
verified ·
1 Parent(s): 19be2b6

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -0
src/streamlit_app.py CHANGED
@@ -13,6 +13,7 @@ import json
13
  import os
14
  from pathlib import Path
15
  import circlify
 
16
 
17
  # point Streamlit at a writable folder
18
  os.environ["STREAMLIT_CONFIG_DIR"] = "/tmp/.streamlit"
 
13
  import os
14
  from pathlib import Path
15
  import circlify
16
+ import plotly.graph_objects as go
17
 
18
  # point Streamlit at a writable folder
19
  os.environ["STREAMLIT_CONFIG_DIR"] = "/tmp/.streamlit"