Shivanshutripathi commited on
Commit
32cb3b8
·
verified ·
1 Parent(s): ea13a1b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -604,7 +604,13 @@ with gr.Blocks() as demo:
604
  # Add the image in the left corner
605
  # gr.Image(value=image_path, show_label=False, height=45, width=45)
606
  # gr.HTML(f'<img src="{image_link}" alt="Logo" height="50" width="50">')
607
- gr.HTML(f'<img src="https://mma.prnewswire.com/media/1807312/incedo_Logo.jpg" alt="Logo" height="50" width="50" style="display: block; margin-left: auto; margin-right: auto;">')
 
 
 
 
 
 
608
  # gr.HTML(f'<img src="{image_path}" alt="Logo" height="50" width="100" style="display: block; margin-left: auto; margin-right: auto;">')
609
 
610
  gr.Markdown(
 
604
  # Add the image in the left corner
605
  # gr.Image(value=image_path, show_label=False, height=45, width=45)
606
  # gr.HTML(f'<img src="{image_link}" alt="Logo" height="50" width="50">')
607
+ gr.HTML(
608
+ """
609
+ <div style="text-align: left; padding: 10px;">
610
+ <img src="https://mma.prnewswire.com/media/1807312/incedo_Logo.jpg" alt="Logo" height="50" width="80">
611
+ </div>
612
+ """
613
+ )
614
  # gr.HTML(f'<img src="{image_path}" alt="Logo" height="50" width="100" style="display: block; margin-left: auto; margin-right: auto;">')
615
 
616
  gr.Markdown(