Maria Tsilimos commited on
Commit
4fa7ebc
·
unverified ·
1 Parent(s): 6aa1b23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -9,6 +9,8 @@ import zipfile
9
  import os
10
  from comet_ml import Experiment # Comet ML is imported, but not used in the exact same way for caching
11
 
 
 
12
  st.subheader("7-Persian Named Entity Recognition Web App", divider="red")
13
  st.link_button("by nlpblogs", "https://nlpblogs.com", type="tertiary")
14
 
 
9
  import os
10
  from comet_ml import Experiment # Comet ML is imported, but not used in the exact same way for caching
11
 
12
+ st.set_page_config(layout="wide", page_title="Named Entity Recognition App")
13
+
14
  st.subheader("7-Persian Named Entity Recognition Web App", divider="red")
15
  st.link_button("by nlpblogs", "https://nlpblogs.com", type="tertiary")
16