Nucha commited on
Commit
1b3feca
·
verified ·
1 Parent(s): 470b3a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -5
app.py CHANGED
@@ -14,11 +14,17 @@ col1, col2 = st.columns(2)
14
 
15
  with col1:
16
  st.header("Input")
17
- default_text="""
18
- As a software engineer, I utilize my skills in Python and SQL while ensuring effective communication with my team.
19
- My background in project management includes using Agile methodologies and developing strong leadership capabilities.
20
- I am a data analyst skilled in R and Tableau, with excellent analytical and critical thinking skills.
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