Nucha commited on
Commit
b9eee80
·
verified ·
1 Parent(s): 385f7b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -80,7 +80,7 @@ Identify, prioritize, and execute tasks in the software development life cycle
80
  Review and debug code
81
  Collaborate with other developers and engineers to ensure software quality
82
  Required Qualifications:
83
- Bachelors degree in Computer Science or related field
84
  Proven experience as a Software Engineer or similar role
85
  Familiarity with Agile development methodologies
86
  Proficiency in programming languages such as Java, Python, or C#
@@ -104,7 +104,7 @@ with col2:
104
  ])
105
 
106
  # แสดงผล Named Entity Annotation
107
- st.markdown("### Named Entity Annotation (Tagging)")
108
  ner_html = generate_ner_html(text, merged_entities)
109
  st.markdown(ner_html, unsafe_allow_html=True)
110
 
 
80
  Review and debug code
81
  Collaborate with other developers and engineers to ensure software quality
82
  Required Qualifications:
83
+ Bachelor s degree in Computer Science or related field
84
  Proven experience as a Software Engineer or similar role
85
  Familiarity with Agile development methodologies
86
  Proficiency in programming languages such as Java, Python, or C#
 
104
  ])
105
 
106
  # แสดงผล Named Entity Annotation
107
+ st.markdown("##### Named Entity Annotation (Tagging)")
108
  ner_html = generate_ner_html(text, merged_entities)
109
  st.markdown(ner_html, unsafe_allow_html=True)
110