rishiraj commited on
Commit
8f97ea3
β€’
1 Parent(s): 0f88c21

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -24,10 +24,10 @@ with gr.Blocks() as app:
24
  with gr.Column():
25
  gr.Markdown("# Hi πŸ‘‹, I'm Rishiraj Acharya (ΰ¦‹ΰ¦·ΰ¦Ώΰ¦°ΰ¦Ύΰ¦œ ΰ¦†ΰ¦šΰ¦Ύΰ¦°ΰ§ΰ¦―ΰ§ΰ¦―)")
26
  gr.Markdown("## Google Developer Expert in ML ✨ | Hugging Face Fellow πŸ€— | GSoC '22 at TensorFlow πŸ‘¨πŸ»β€πŸ”¬ | TFUG Kolkata Organizer πŸŽ™οΈ | Kaggle Master 🧠 | Dynopii ML Engineer πŸ‘¨πŸ»β€πŸ’»")
27
- 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.")
28
  gr.Markdown("πŸ“« How to reach me **[[email protected]](mailto:[email protected])**")
29
  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.**")
30
- gr.HTML(value='<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>')
31
  with gr.Column():
32
  gr.Image("profile.png")
33
 
 
24
  with gr.Column():
25
  gr.Markdown("# Hi πŸ‘‹, I'm Rishiraj Acharya (ΰ¦‹ΰ¦·ΰ¦Ώΰ¦°ΰ¦Ύΰ¦œ ΰ¦†ΰ¦šΰ¦Ύΰ¦°ΰ§ΰ¦―ΰ§ΰ¦―)")
26
  gr.Markdown("## Google Developer Expert in ML ✨ | Hugging Face Fellow πŸ€— | GSoC '22 at TensorFlow πŸ‘¨πŸ»β€πŸ”¬ | TFUG Kolkata Organizer πŸŽ™οΈ | Kaggle Master 🧠 | Dynopii ML Engineer πŸ‘¨πŸ»β€πŸ’»")
27
+ 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.**")
28
  gr.Markdown("πŸ“« How to reach me **[[email protected]](mailto:[email protected])**")
29
  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.**")
30
+ gr.HTML(value='<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>')
31
  with gr.Column():
32
  gr.Image("profile.png")
33