rishiraj commited on
Commit
eeb09b9
Β·
verified Β·
1 Parent(s): 348d21a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()