saritha5 commited on
Commit
7632f29
·
1 Parent(s): 522f5e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ text1= NER(raw_text)
12
  for word in text1.ents:
13
  st.write(word.text,word.label_)
14
 
15
- from load_css import local_css
16
 
17
  local_css("style.css")
18
 
 
12
  for word in text1.ents:
13
  st.write(word.text,word.label_)
14
 
15
+ import local_css
16
 
17
  local_css("style.css")
18