Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -78,8 +78,8 @@ if Run_Button == True:
|
|
| 78 |
cols_to_keep = ['word','entity','score','start','end']
|
| 79 |
df_final = df[cols_to_keep]
|
| 80 |
|
| 81 |
-
st.subheader("Recognized Entities")
|
| 82 |
-
st.dataframe(df_final)
|
| 83 |
|
| 84 |
st.subheader("Spacy Style Display")
|
| 85 |
spacy_display = {}
|
|
|
|
| 78 |
cols_to_keep = ['word','entity','score','start','end']
|
| 79 |
df_final = df[cols_to_keep]
|
| 80 |
|
| 81 |
+
# st.subheader("Recognized Entities")
|
| 82 |
+
# st.dataframe(df_final)
|
| 83 |
|
| 84 |
st.subheader("Spacy Style Display")
|
| 85 |
spacy_display = {}
|