rishiraj commited on
Commit
efe9046
·
verified ·
1 Parent(s): d1074e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -17,7 +17,8 @@ def show_info(section):
17
  with gr.Blocks() as app:
18
  with gr.Row():
19
  with gr.Column():
20
- gr.Markdown("## Rishiraj Acharya")
 
21
  with gr.Column():
22
  gr.Image("profile.png")
23
 
 
17
  with gr.Blocks() as app:
18
  with gr.Row():
19
  with gr.Column():
20
+ gr.Markdown("# Hi 👋, I'm Rishiraj Acharya (ঋষিরাজ আচার্য্য)")
21
+ gr.Markdown("## Google Developer Expert in ML ✨ | Hugging Face Fellow 🤗 | GSoC '22 at TensorFlow 👨🏻‍🔬 | TFUG Kolkata Organizer 🎙️ | Kaggle Master 🧠 | Dynopii ML Engineer 👨🏻‍💻")
22
  with gr.Column():
23
  gr.Image("profile.png")
24