Maria Tsilimos
commited on
Update app.py
Browse files
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 |
|