Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -14,11 +14,17 @@ col1, col2 = st.columns(2)
|
|
14 |
|
15 |
with col1:
|
16 |
st.header("Input")
|
17 |
-
default_text="""
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
text = st.text_area("Enter text for NER analysis:", value=default_text, height=400, max_chars=None, key=None, help=None, placeholder=None)
|
23 |
analyze_button = st.button("Analyze")
|
24 |
|
|
|
14 |
|
15 |
with col1:
|
16 |
st.header("Input")
|
17 |
+
default_text="""Experience in customer-facing roles (AI/Tech industry preferred) with strong track record of performance e.g., Technical Sales, Pre-Sales Engineer, Technical Consultant, Entrepreneur, etc.
|
18 |
+
Bachelor’s or master’s degree in data science, Computer science, Statistics, Business, or related fields
|
19 |
+
Highly driven and motivated to understand clients’ needs, provide impactful and appropriate solution recommendations, close sales, and support clients
|
20 |
+
Very logical and structured in thinking and communication approach
|
21 |
+
Familiarity with Data Science tools e.g., Python (Numpy, Pandas, Scikit-Learn)
|
22 |
+
Experience working with Machine Learning/Deep Learning
|
23 |
+
Strong communication, presentation, and pitching skills, both oral and written in English and Thai
|
24 |
+
Comfortable giving presentations and working with C-levels and senior management
|
25 |
+
Ability to work independently and with teams to manage internal and external stakeholders
|
26 |
+
Knowledge in Software Engineering/Architecture is a plus
|
27 |
+
"""
|
28 |
text = st.text_area("Enter text for NER analysis:", value=default_text, height=400, max_chars=None, key=None, help=None, placeholder=None)
|
29 |
analyze_button = st.button("Analyze")
|
30 |
|