gehnew commited on
Commit
f9b03e7
1 Parent(s): 3eeeb33

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -181,12 +181,12 @@ with gr.Blocks(css=custom_css,title='我的履歷') as resume_app:# title可以
181
 
182
  # Certificate data rows
183
  certificates = [
184
- ("電腦硬體裝修丙級", "勞動部", "履歷資料/硬體裝修丙級.jpg"),
185
- ("電腦硬體裝修乙級", "勞動部", "履歷資料/硬體裝修乙級.jpg"),
186
  ("Database Administration Fundamentals", "微軟", "履歷資料/DAF.jpg"),
187
  ("Software Development Fundamentals", "微軟", "履歷資料/SDF.jpg"),
188
  ("Networking Fundamentals", "微軟", "履歷資料/NF.png"),
189
- ("CRM Merchandise Analyst", "微析科技", "履歷資料/crm.jpg"),
190
  ("Enterprise Resource Planning", "中華企業資源規劃學會", "履歷資料/erp.jpg"),
191
  ]
192
 
 
181
 
182
  # Certificate data rows
183
  certificates = [
184
+ ("電腦硬體裝修丙級", "勞動部", "履歷資料/硬體裝修丙級_mask.jpg"),
185
+ ("電腦硬體裝修乙級", "勞動部", "履歷資料/硬體裝修乙級_mask.jpg"),
186
  ("Database Administration Fundamentals", "微軟", "履歷資料/DAF.jpg"),
187
  ("Software Development Fundamentals", "微軟", "履歷資料/SDF.jpg"),
188
  ("Networking Fundamentals", "微軟", "履歷資料/NF.png"),
189
+ ("CRM Merchandise Analyst", "微析科技", "履歷資料/crm_mask.jpg"),
190
  ("Enterprise Resource Planning", "中華企業資源規劃學會", "履歷資料/erp.jpg"),
191
  ]
192