Spaces:
Running
Running
Commit
·
5909f16
1
Parent(s):
e0d7f27
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("
|
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")
|