Preeeeet commited on
Commit
34db2b3
·
verified ·
1 Parent(s): 276ecf1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ def process_images(images, job_number, job_name, job_address):
81
  # HTML code for the logo at the top of the Gradio interface
82
  logo_html = """
83
  <div style="text-align: center;">
84
- <img src="logo.png" alt="Logo" width="100">
85
  </div>
86
  """
87
 
 
81
  # HTML code for the logo at the top of the Gradio interface
82
  logo_html = """
83
  <div style="text-align: center;">
84
+ <img src="https://i.ibb.co/5Lm66yX/ezgif-com-webp-to-gif-converter.gif" alt="Logo" width="100">
85
  </div>
86
  """
87