Spaces:
Running
Running
bourdoiscatie
commited on
Commit
•
c894b6e
1
Parent(s):
f1db64d
Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ def color_annotation(to_print,text) :
|
|
65 |
|
66 |
|
67 |
|
68 |
-
st.markdown("<h2 style='text-align: center'>
|
69 |
st.markdown("<h4 style='text-align: center'>"+version, unsafe_allow_html=True)
|
70 |
option = st.selectbox(
|
71 |
'Choix du mode',
|
@@ -101,7 +101,6 @@ else:
|
|
101 |
list_to_display.append(eval(display.split('","')[i]))
|
102 |
else :
|
103 |
list_to_display.append(display.split('","')[i])
|
104 |
-
annotated_text(*list_to_display)
|
105 |
st.write("\n")
|
106 |
with st.expander("Afficher le score pour chacune des entitées trouvées :"):
|
107 |
for i in range(len(to_print)) :
|
|
|
65 |
|
66 |
|
67 |
|
68 |
+
st.markdown("<h2 style='text-align: center'>NERmembert", unsafe_allow_html=True)
|
69 |
st.markdown("<h4 style='text-align: center'>"+version, unsafe_allow_html=True)
|
70 |
option = st.selectbox(
|
71 |
'Choix du mode',
|
|
|
101 |
list_to_display.append(eval(display.split('","')[i]))
|
102 |
else :
|
103 |
list_to_display.append(display.split('","')[i])
|
|
|
104 |
st.write("\n")
|
105 |
with st.expander("Afficher le score pour chacune des entitées trouvées :"):
|
106 |
for i in range(len(to_print)) :
|