Spaces:
Runtime error
Runtime error
arogeriogel
commited on
update app
Browse files
app.py
CHANGED
@@ -152,10 +152,10 @@ def include_manual_input():
|
|
152 |
|
153 |
results = EntityRecognizer.remove_duplicates(results)
|
154 |
|
155 |
-
st.session_state.analyze_results
|
156 |
|
157 |
logging.info(
|
158 |
-
f"analyse results after adding excluded words: {
|
159 |
)
|
160 |
|
161 |
def exclude_manual_input():
|
|
|
152 |
|
153 |
results = EntityRecognizer.remove_duplicates(results)
|
154 |
|
155 |
+
st.session_state.analyze_results.extend(results)
|
156 |
|
157 |
logging.info(
|
158 |
+
f"analyse results after adding excluded words: {st.session_state.analyze_results}\n"
|
159 |
)
|
160 |
|
161 |
def exclude_manual_input():
|