Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -72,6 +72,10 @@ col1, col2 = st.columns([1, 1])
|
|
72 |
|
73 |
with col1:
|
74 |
st.header("Input")
|
|
|
|
|
|
|
|
|
75 |
default_text = """Job Description:
|
76 |
We are seeking a talented Software Engineer to join our dynamic team at Tech Innovations Inc. You will be responsible for designing, developing, and maintaining software applications that meet the needs of our clients.
|
77 |
Key Responsibilities:
|
|
|
72 |
|
73 |
with col1:
|
74 |
st.header("Input")
|
75 |
+
|
76 |
+
# แสดงผล Named Entity Annotation
|
77 |
+
st.markdown("##### Named Entity Annotation (Tagging)")
|
78 |
+
|
79 |
default_text = """Job Description:
|
80 |
We are seeking a talented Software Engineer to join our dynamic team at Tech Innovations Inc. You will be responsible for designing, developing, and maintaining software applications that meet the needs of our clients.
|
81 |
Key Responsibilities:
|