Spaces:
Running
Running
Update src/streamlit_app.py
Browse files- 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")
|