Rahka commited on
Commit
af98902
·
1 Parent(s): e8fb6a3
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import streamlit as st
2
  import json
3
 
4
- with open("taxonomy_v3", "rb") as fp:
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]