Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -32,12 +32,12 @@ def display_header():
|
|
32 |
|
33 |
def display_summary():
|
34 |
#st.markdown('## Summary', unsafe_allow_html=True)
|
35 |
-
st.
|
36 |
In this portfolio, you can explore my academic background, work experience, and projects in the data science field.
|
37 |
You'll also find links to my skills, other hobbies, and certifications.""")
|
38 |
|
39 |
def display_education():
|
40 |
-
st.
|
41 |
st.write("""
|
42 |
- **Masters In Data Analytics**, *San Jose State University*, USA (2023-2024)
|
43 |
- Courses: Data Mining, Deep Learning, Big Data Technologies, Data Visualization, Machine Learning, Database Management Systems
|
@@ -53,7 +53,7 @@ def display_education():
|
|
53 |
- Member of the college cricket team; won the Hyderabad zone-level tournament
|
54 |
""")
|
55 |
def display_work_experience():
|
56 |
-
st.
|
57 |
st.write("""
|
58 |
**Bharat Electronics Limited, Hyderabad**
|
59 |
February 2021 - March 2022
|
|
|
32 |
|
33 |
def display_summary():
|
34 |
#st.markdown('## Summary', unsafe_allow_html=True)
|
35 |
+
st.subheader("""Hello!, This is Nihar Palem. I'm originally from Hyderabad and currently residing in the Silicon Valley Bay Area, San Jose. I'm pursuing a Master's degree in Data Analytics at San Jose State University.
|
36 |
In this portfolio, you can explore my academic background, work experience, and projects in the data science field.
|
37 |
You'll also find links to my skills, other hobbies, and certifications.""")
|
38 |
|
39 |
def display_education():
|
40 |
+
st.subheader('## Education')
|
41 |
st.write("""
|
42 |
- **Masters In Data Analytics**, *San Jose State University*, USA (2023-2024)
|
43 |
- Courses: Data Mining, Deep Learning, Big Data Technologies, Data Visualization, Machine Learning, Database Management Systems
|
|
|
53 |
- Member of the college cricket team; won the Hyderabad zone-level tournament
|
54 |
""")
|
55 |
def display_work_experience():
|
56 |
+
st.subheader('## Work Experience')
|
57 |
st.write("""
|
58 |
**Bharat Electronics Limited, Hyderabad**
|
59 |
February 2021 - March 2022
|