Spaces:
Running
Running
Update markdowm.py
Browse files- markdowm.py +14 -14
markdowm.py
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
-
title = '# Welcome to the DearHRSpeakWithMy2.0 🤖💬!'
|
2 |
-
|
3 |
-
description = '''
|
4 |
-
### Application description:
|
5 |
-
DearHRSpeakWithMy2.0 is a smart, AI-powered chatbot designed to act as a virtual introduction tool for job candidates during HR interviews. The bot is equipped to present comprehensive details about the candidate's skills, projects, and experience in a personalized and professional manner.
|
6 |
-
Inspired by a real-world experience where the interviewer overlooked key aspects of the candidate’s expertise in AI and Machine Learning (ML), this project aims to ensure that important, job-relevant information is effectively communicated. DearHRSpeakWithMy2.0 helps avoid situations where an interviewer might focus on areas that don't align with the candidate's strengths or goals
|
7 |
-
'''
|
8 |
-
|
9 |
-
contactMe = '''
|
10 |
-
<h3>Contact Me:</h3><br>
|
11 |
-
<a href="https://www.linkedin.com/in/sarath-chandra-bandreddi-07393b1aa/" target="_blank">LinkedIn</a> |
|
12 |
-
<a href="https://21bq1a4210.github.io/MyPortfolio-/" target="_blank">My Portfolio</a> |
|
13 |
-
<a href="mailto:[email protected]">Personal Email</a> |
|
14 |
-
<a href="mailto:[email protected]">College Email</a>
|
15 |
'''
|
|
|
1 |
+
title = '# Welcome to the DearHRSpeakWithMy2.0 🤖💬!'
|
2 |
+
|
3 |
+
description = '''
|
4 |
+
### Application description:
|
5 |
+
DearHRSpeakWithMy2.0 is a smart, AI-powered chatbot designed to act as a virtual introduction tool for job candidates during HR interviews. The bot is equipped to present comprehensive details about the candidate's skills, projects, and experience in a personalized and professional manner.
|
6 |
+
Inspired by a real-world experience where the interviewer overlooked key aspects of the candidate’s expertise in AI and Machine Learning (ML), this project aims to ensure that important, job-relevant information is effectively communicated. DearHRSpeakWithMy2.0 ** helps avoid situations where an interviewer might focus on areas that don't align with the candidate's strengths or goals **.
|
7 |
+
'''
|
8 |
+
|
9 |
+
contactMe = '''
|
10 |
+
<h3>Contact Me:</h3><br>
|
11 |
+
<a href="https://www.linkedin.com/in/sarath-chandra-bandreddi-07393b1aa/" target="_blank">LinkedIn</a> |
|
12 |
+
<a href="https://21bq1a4210.github.io/MyPortfolio-/" target="_blank">My Portfolio</a> |
|
13 |
+
<a href="mailto:[email protected]">Personal Email</a> |
|
14 |
+
<a href="mailto:[email protected]">College Email</a>
|
15 |
'''
|