philipvollet commited on
Commit
71d4072
·
1 Parent(s): 39f4a45

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -4,6 +4,7 @@ from spacy_streamlit import visualize_ner
4
  from support_functions import HealthseaPipe
5
  import operator
6
 
 
7
  # Header
8
  with open("style.css") as f:
9
  st.markdown("<style>" + f.read() + "</style>", unsafe_allow_html=True)
 
4
  from support_functions import HealthseaPipe
5
  import operator
6
 
7
+
8
  # Header
9
  with open("style.css") as f:
10
  st.markdown("<style>" + f.read() + "</style>", unsafe_allow_html=True)