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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -6
app.py CHANGED
@@ -15,12 +15,10 @@ col1, col2 = st.columns(2)
15
  with col1:
16
  st.header("Input")
17
  default_text="""
18
- To enhance my programming skills, I took online courses in Python , PHP and cloud computing technologies.
19
- The workshop on machine learning taught me valuable skills in TensorFlow.
20
- The developer utilized Python for backend development and JavaScript for frontend, ensuring a seamless user experience.
21
- In my previous role, I collaborated with data scientists to implement machine learning models using R and TensorFlow.
22
- I have strong communication skills.
23
- """
24
  text = st.text_area("Enter text for NER analysis:", value=default_text, height=400, max_chars=None, key=None, help=None, placeholder=None)
25
  analyze_button = st.button("Analyze")
26
 
 
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