rishiraj commited on
Commit
3378519
·
verified ·
1 Parent(s): 02b5bdc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -88,7 +88,13 @@ 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
- gr.Image("profile.png")
 
 
 
 
 
 
92
 
93
  with gr.Row():
94
  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
+ with gr.Row():
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()