Update app.py
Browse files
app.py
CHANGED
@@ -103,7 +103,7 @@ with gr.Blocks() as app:
|
|
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><div><p align="center"><a href="https://twitter.com/rishirajacharya" target="blank"><img src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/twitter.svg" alt="rishirajacharya" style="display: inline-block; width: 15%; margin-right:
|
107 |
|
108 |
with gr.Row():
|
109 |
info_display = gr.HTML()
|
|
|
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><div><p align="center"><a href="https://twitter.com/rishirajacharya" target="blank"><img src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/twitter.svg" alt="rishirajacharya" style="display: inline-block; width: 15%; margin-right: 30px;" /></a><a href="https://www.linkedin.com/in/rishirajacharya" target="blank"><img src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/linked-in-alt.svg" alt="rishirajacharya" style="display: inline-block; width: 15%; margin-right: 30px;" /></a><a href="https://instagram.com/rishirajacharya" target="blank"><img src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/instagram.svg" alt="rishirajacharya" style="display: inline-block; width: 15%; margin-right: 30px;" /></a><a href="https://wa.me/919800434383" target="blank"><img src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/whatsapp.svg" alt="rishirajacharya" style="display: inline-block; width: 15%;" /></a></p></div>')
|
107 |
|
108 |
with gr.Row():
|
109 |
info_display = gr.HTML()
|