Update app.py
Browse files
app.py
CHANGED
@@ -100,10 +100,10 @@ with gr.Blocks() as app:
|
|
100 |
gr.Markdown("## Google Developer Expert in ML β¨ | Hugging Face Fellow π€ | GSoC '22 at TensorFlow π¨π»βπ¬ | TFUG Kolkata Organizer ποΈ | Kaggle Master π§ | Dynopii ML Engineer π¨π»βπ»")
|
101 |
gr.Markdown("**I work with natural language understanding, machine translation, named entity recognition, question answering, topic segmentation, and automatic speech recognition. My work typically relies on very large quantities of data and innovative methods in deep learning to tackle user challenges around the world β in languages from around the world. My areas of work include Natural Language Engineering, Language Modeling, Text-to-Speech Software Engineering, Speech Frameworks Engineering, Data Science, and Research.**")
|
102 |
gr.Markdown("β‘ Fun fact **Iβm a national level chess player, a swimming champion and I can lecture for hours on the outer reaches of space and the craziness of astrophysics.**")
|
103 |
-
gr.HTML(value='<br><p align="center"><a href="https://twitter.com/rishirajacharya" target="blank"><img align="center" src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/twitter.svg" alt="rishirajacharya" height="30" width="40" /></a></p>')
|
104 |
section_dropdown = gr.Dropdown(["Experiences", "Communities", "Recommendations"], label="Select Information to Display")
|
105 |
with gr.Column(scale=1):
|
106 |
gr.Image("profile.png")
|
|
|
107 |
|
108 |
with gr.Row():
|
109 |
info_display = gr.HTML()
|
|
|
100 |
gr.Markdown("## Google Developer Expert in ML β¨ | Hugging Face Fellow π€ | GSoC '22 at TensorFlow π¨π»βπ¬ | TFUG Kolkata Organizer ποΈ | Kaggle Master π§ | Dynopii ML Engineer π¨π»βπ»")
|
101 |
gr.Markdown("**I work with natural language understanding, machine translation, named entity recognition, question answering, topic segmentation, and automatic speech recognition. My work typically relies on very large quantities of data and innovative methods in deep learning to tackle user challenges around the world β in languages from around the world. My areas of work include Natural Language Engineering, Language Modeling, Text-to-Speech Software Engineering, Speech Frameworks Engineering, Data Science, and Research.**")
|
102 |
gr.Markdown("β‘ Fun fact **Iβm a national level chess player, a swimming champion and I can lecture for hours on the outer reaches of space and the craziness of astrophysics.**")
|
|
|
103 |
section_dropdown = gr.Dropdown(["Experiences", "Communities", "Recommendations"], label="Select Information to Display")
|
104 |
with gr.Column(scale=1):
|
105 |
gr.Image("profile.png")
|
106 |
+
gr.HTML(value='<br><p align="center"><a href="https://twitter.com/rishirajacharya" target="blank"><img align="center" src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/twitter.svg" alt="rishirajacharya" height="30" width="40" /></a></p>')
|
107 |
|
108 |
with gr.Row():
|
109 |
info_display = gr.HTML()
|