Atharva commited on
Commit
5ae066c
1 Parent(s): 5230da2

removed heading

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -39,7 +39,6 @@ def load_models():
39
  # Page setup
40
  # ---------------------------------------------------------------------------
41
  st.set_page_config(layout="wide", page_title='Named Entity Disambiguation')
42
- st.write("## Named Entity Disambiguation")
43
  col1, col2 = st.columns(2)
44
 
45
 
 
39
  # Page setup
40
  # ---------------------------------------------------------------------------
41
  st.set_page_config(layout="wide", page_title='Named Entity Disambiguation')
 
42
  col1, col2 = st.columns(2)
43
 
44