Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -90,12 +90,8 @@ def process_images(images, job_number, job_name, job_address, uploader_name):
|
|
| 90 |
|
| 91 |
return output_path
|
| 92 |
|
| 93 |
-
# HTML code to display the logo and title together
|
| 94 |
|
| 95 |
|
| 96 |
-
<img src="https://i.ibb.co/mCj6Htx/HKC-updatedlogo-original.png" alt="Logo" width="100"><br>
|
| 97 |
-
<h1>HKC Report Generator</h1>
|
| 98 |
-
|
| 99 |
|
| 100 |
|
| 101 |
# Create the Gradio interface with job inputs and uploader name
|
|
|
|
| 90 |
|
| 91 |
return output_path
|
| 92 |
|
|
|
|
| 93 |
|
| 94 |
|
|
|
|
|
|
|
|
|
|
| 95 |
|
| 96 |
|
| 97 |
# Create the Gradio interface with job inputs and uploader name
|