Spaces:
Runtime error
Runtime error
new: Add sidebar heading
Browse files
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]().
|