Spaces:
Sleeping
Sleeping
Commit
·
03817b1
1
Parent(s):
5909f16
Update app.py
Browse files
app.py
CHANGED
@@ -81,5 +81,5 @@ with st.form(key="my_form"):
|
|
81 |
if submit_button:
|
82 |
result = ner("# " + doc)
|
83 |
st.write("") # Add vertical spacing
|
84 |
-
st.markdown("Result
|
85 |
st.code(result, language="python")
|
|
|
81 |
if submit_button:
|
82 |
result = ner("# " + doc)
|
83 |
st.write("") # Add vertical spacing
|
84 |
+
st.markdown("**Result:**")
|
85 |
st.code(result, language="python")
|