Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -92,10 +92,10 @@ def process_images(images, job_number, job_name, job_address, uploader_name):
|
|
| 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
|
|
|
|
| 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
|