Update app.py
Browse files
app.py
CHANGED
@@ -88,13 +88,7 @@ with gr.Blocks() as app:
|
|
88 |
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>')
|
89 |
section_dropdown = gr.Dropdown(["Experiences", "Communities", "Recommendations"], label="Select Information to Display")
|
90 |
with gr.Column():
|
91 |
-
|
92 |
-
with gr.Column():
|
93 |
-
gr.Image("profile.png")
|
94 |
-
with gr.Column():
|
95 |
-
gr.Image("profile.png")
|
96 |
-
with gr.Row():
|
97 |
-
gr.Image("profile.png")
|
98 |
|
99 |
with gr.Row():
|
100 |
info_display = gr.HTML()
|
|
|
88 |
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>')
|
89 |
section_dropdown = gr.Dropdown(["Experiences", "Communities", "Recommendations"], label="Select Information to Display")
|
90 |
with gr.Column():
|
91 |
+
gr.Image("profile.png")
|
|
|
|
|
|
|
|
|
|
|
|
|
92 |
|
93 |
with gr.Row():
|
94 |
info_display = gr.HTML()
|