CarlosMalaga
commited on
Commit
•
cd60c46
1
Parent(s):
3512cd2
Update app.py
Browse files
app.py
CHANGED
@@ -267,7 +267,7 @@ def run_client():
|
|
267 |
st.write(display, unsafe_allow_html=True)
|
268 |
|
269 |
text = "## Possible Candidates:\n- " + "\n- ".join([candidate for candidate in dict_of_ents_candidates["ents"][:5]])
|
270 |
-
st.markdown(text)
|
271 |
|
272 |
else:
|
273 |
st.error("Please enter some text.")
|
|
|
267 |
st.write(display, unsafe_allow_html=True)
|
268 |
|
269 |
text = "## Possible Candidates:\n- " + "\n- ".join([candidate for candidate in dict_of_ents_candidates["ents"][:5]])
|
270 |
+
st.markdown(text, unsafe_allow_html=True)
|
271 |
|
272 |
else:
|
273 |
st.error("Please enter some text.")
|