Preeeeet commited on
Commit
0730ef4
·
verified ·
1 Parent(s): 6441de2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -73,7 +73,7 @@ def process_images(images, job_number, job_name, job_address, uploader_name):
73
 
74
  # Add metadata below the image with font size 9 and line spacing 1
75
  for text in [
76
- "Description: Describe it here!",
77
  f"Taken Date: {taken_date}",
78
  f"Uploaded By: {uploader_name}", # Use uploader's name from input
79
  f"Uploaded Date: {uploaded_date}",
@@ -93,7 +93,7 @@ def process_images(images, job_number, job_name, job_address, uploader_name):
93
  # HTML code to display the logo and title together
94
 
95
  <div style="text-align: center;">
96
- <img src="logo.png" alt="Logo" width="100"><br>
97
  <h1>HKC Report Generator</h1>
98
  </div>
99
 
 
73
 
74
  # Add metadata below the image with font size 9 and line spacing 1
75
  for text in [
76
+ "Description: ",
77
  f"Taken Date: {taken_date}",
78
  f"Uploaded By: {uploader_name}", # Use uploader's name from input
79
  f"Uploaded Date: {uploaded_date}",
 
93
  # HTML code to display the logo and title together
94
 
95
  <div style="text-align: center;">
96
+ <img src="https://i.ibb.co/mCj6Htx/HKC-updatedlogo-original.png" alt="Logo" width="100"><br>
97
  <h1>HKC Report Generator</h1>
98
  </div>
99