Spaces:
Sleeping
Sleeping
fix path
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import streamlit as st
|
2 |
import json
|
3 |
|
4 |
-
with open("
|
5 |
taxonomy = json.load(fp)
|
6 |
|
7 |
taxonomy = taxonomy[:200]
|
|
|
1 |
import streamlit as st
|
2 |
import json
|
3 |
|
4 |
+
with open("taxonomy_processed_v3.json", "r") as fp:
|
5 |
taxonomy = json.load(fp)
|
6 |
|
7 |
taxonomy = taxonomy[:200]
|