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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -596,7 +596,7 @@ def process_gradio(query, model_type):
596
  # Ensure the function still returns four values, even in case of an error
597
  return {}, str(e), "", []
598
 
599
- image_path = r"incedo-logo.png"
600
 
601
  with gr.Blocks() as demo:
602
  with gr.Row():
@@ -604,7 +604,7 @@ 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.Image(value=image_path, show_label=False, height=50, width=50)
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(
 
596
  # Ensure the function still returns four values, even in case of an error
597
  return {}, str(e), "", []
598
 
599
+ # image_path = r"incedo-logo.png"
600
 
601
  with gr.Blocks() as demo:
602
  with gr.Row():
 
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(