kargaranamir commited on
Commit
03817b1
·
1 Parent(s): 5909f16

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")