AIEcosystem commited on
Commit
0295c27
·
verified ·
1 Parent(s): ba79545

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -0
src/streamlit_app.py CHANGED
@@ -13,6 +13,7 @@ from typing import Optional
13
  from gliner import GLiNER
14
  from comet_ml import Experiment
15
 
 
16
  # --- Page Configuration and UI Elements ---
17
  st.set_page_config(layout="wide", page_title="Named Entity Recognition App")
18
  st.subheader("DataHarvest", divider="violet")
 
13
  from gliner import GLiNER
14
  from comet_ml import Experiment
15
 
16
+
17
  # --- Page Configuration and UI Elements ---
18
  st.set_page_config(layout="wide", page_title="Named Entity Recognition App")
19
  st.subheader("DataHarvest", divider="violet")