khaerens commited on
Commit
0c426e9
1 Parent(s): b40f434
Files changed (1) hide show
  1. rebel.py +1 -0
rebel.py CHANGED
@@ -5,6 +5,7 @@ from functools import lru_cache
5
  import spacy
6
  from spacy import displacy
7
 
 
8
 
9
  DEFAULT_LABEL_COLORS = {
10
  "ORG": "#7aecec",
 
5
  import spacy
6
  from spacy import displacy
7
 
8
+ import streamlit as st
9
 
10
  DEFAULT_LABEL_COLORS = {
11
  "ORG": "#7aecec",