Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -83,18 +83,10 @@ with col1:
|
|
83 |
We are seeking a talented Software Engineering to join our dynamic team at Technology Innovations Inc. You will be responsible for designing, developing, and maintaining software applications that meet the needs of our clients.
|
84 |
|
85 |
Key Responsibilities:
|
86 |
-
Develop high-quality software design and architecture
|
87 |
-
Identify, prioritize, and execute tasks in the software development life cycle
|
88 |
-
Review and debug code
|
89 |
-
Collaborate with other developers and engineers to ensure software quality
|
90 |
|
91 |
Required Qualifications:
|
92 |
-
Bachelor s degree in Computer Science or related field
|
93 |
-
Proven experience as a Software Engineer or similar role
|
94 |
-
Familiarity with Agile development methodologies
|
95 |
-
Proficiency in programming languages such as Python or C#
|
96 |
-
Strong problem-solving skills and the ability to a team work
|
97 |
-
Preferred Qualifications: english language communication
|
98 |
"""
|
99 |
text = st.text_area("Enter text for NER analysis:", value=default_text, height=400)
|
100 |
analyze_button = st.button("Analyze")
|
|
|
83 |
We are seeking a talented Software Engineering to join our dynamic team at Technology Innovations Inc. You will be responsible for designing, developing, and maintaining software applications that meet the needs of our clients.
|
84 |
|
85 |
Key Responsibilities:
|
86 |
+
Develop high-quality software design and architecture Identify, prioritize, and execute tasks in the software development life cycle Review and debug code Collaborate with other developers and engineers to ensure software quality
|
|
|
|
|
|
|
87 |
|
88 |
Required Qualifications:
|
89 |
+
Bachelor s degree in Computer Science or related field Proven experience as a Software Engineer or similar role Familiarity with Agile development methodologies Proficiency in programming languages such as Python or C# Strong problem-solving skills and the ability to a team work Preferred Qualifications: english language communication
|
|
|
|
|
|
|
|
|
|
|
90 |
"""
|
91 |
text = st.text_area("Enter text for NER analysis:", value=default_text, height=400)
|
92 |
analyze_button = st.button("Analyze")
|