Spaces:
Build error
Build error
Update src/streamlit_app.py
Browse files- 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"
|