SLAYEROFALL3050 commited on
Commit
67a7ce9
·
1 Parent(s): f74c325

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from streamlit_tags import st_tags
6
  import json
7
 
8
  # CUSTOM
9
- from NLP.nlp import get_nearest_tags
10
 
11
 
12
  f = open('NLP/tags.json') # OPEN JSON FILE
 
6
  import json
7
 
8
  # CUSTOM
9
+ from nlp.nlp import get_nearest_tags
10
 
11
 
12
  f = open('NLP/tags.json') # OPEN JSON FILE