kargaranamir commited on
Commit
e4c022f
·
1 Parent(s): ae55972

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,4 +76,4 @@ if submit_button:
76
  result = ner(doc)
77
  st.write("") # Add vertical spacing
78
  st.markdown("## **🎈Check results**")
79
- st.code(result, language="python", line_numbers=False)
 
76
  result = ner(doc)
77
  st.write("") # Add vertical spacing
78
  st.markdown("## **🎈Check results**")
79
+ st.code(result, language="python")