Spaces:
Sleeping
Sleeping
add plotly
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
import json
|
|
|
3 |
|
4 |
with open("taxonomy_processed_v3.json", "r") as fp:
|
5 |
taxonomy = json.load(fp)
|
|
|
1 |
import streamlit as st
|
2 |
import json
|
3 |
+
import plotly.express as px
|
4 |
|
5 |
with open("taxonomy_processed_v3.json", "r") as fp:
|
6 |
taxonomy = json.load(fp)
|