nlpblogs commited on
Commit
6d6f24b
·
verified ·
1 Parent(s): dad6db7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -9,6 +9,8 @@ from gliner import GLiNER # Import GLiNER
9
  import os
10
  from comet_ml import Experiment
11
 
 
 
12
  # --- App Header and Info ---
13
  st.subheader("8-Named Entity Recognition Web App", divider="red")
14
  st.link_button("DEMO APP by nlpblogs", "https://nlpblogs.com", type="tertiary")
 
9
  import os
10
  from comet_ml import Experiment
11
 
12
+ st.set_page_config(layout="wide", page_title="Named Entity Recognition App")
13
+
14
  # --- App Header and Info ---
15
  st.subheader("8-Named Entity Recognition Web App", divider="red")
16
  st.link_button("DEMO APP by nlpblogs", "https://nlpblogs.com", type="tertiary")