pritmanvar commited on
Commit
72d2dd6
·
verified ·
1 Parent(s): ea730c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,5 +82,5 @@ if data:
82
 
83
  st.header("NER Output")
84
  df = df.T
85
- df.columns = ['Entity', 'Value']
86
  st.table(df.T)
 
82
 
83
  st.header("NER Output")
84
  df = df.T
85
+ df.columns = ['Value']
86
  st.table(df.T)