Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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="
|
| 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 |
|