mattupson commited on
Commit
49c143c
β€’
1 Parent(s): 053f2f3

new: Add sidebar heading

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -28,6 +28,7 @@ def render_entities(doc, colors: dict, options: dict) -> str:
28
 
29
 
30
  st.header("Location Recognition Demo πŸ”ŽπŸŒ†πŸŒ")
 
31
  st.sidebar.markdown(
32
  """
33
  This example application accompanies the blog post: [Extracting useful information from documents with Named Entity Recognition]().
 
28
 
29
 
30
  st.header("Location Recognition Demo πŸ”ŽπŸŒ†πŸŒ")
31
+ st.sidebar.header("Information β„Ή")
32
  st.sidebar.markdown(
33
  """
34
  This example application accompanies the blog post: [Extracting useful information from documents with Named Entity Recognition]().