annikwag commited on
Commit
bb757bb
·
verified ·
1 Parent(s): 1f49406

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -263,11 +263,11 @@ if show_exact_matches:
263
  if matched_countries:
264
  additional_text = (
265
  f"**{', '.join(matched_countries)}**, commissioned by **{client_name}**, "
266
- f"**{start_year_str}-{end_year_str}**, project ID: {start_year_str}, project budget: {total_project}"
267
  )
268
  else:
269
  additional_text = (
270
- f"Commissioned by **{client_name}**, **{start_year_str}-{end_year_str}**, project ID: {start_year_str}, project budget: {total_project}"
271
  )
272
 
273
 
@@ -335,11 +335,11 @@ else:
335
  if matched_countries:
336
  additional_text = (
337
  f"**{', '.join(matched_countries)}**, commissioned by **{client_name}**, "
338
- f"**{start_year_str}-{end_year_str}**, project ID: {start_year_str}, project budget: {total_project}"
339
  )
340
  else:
341
  additional_text = (
342
- f"Commissioned by **{client_name}**, **{start_year_str}-{end_year_str}**, project ID: {start_year_str}, project budget: {total_project}"
343
  )
344
 
345
 
 
263
  if matched_countries:
264
  additional_text = (
265
  f"**{', '.join(matched_countries)}**, commissioned by **{client_name}**, "
266
+ f"**{start_year_str}-{end_year_str}**, project ID: {id}, project budget: {total_project}, total volumne: {total_volume}"
267
  )
268
  else:
269
  additional_text = (
270
+ f"Commissioned by **{client_name}**, **{start_year_str}-{end_year_str}**, project ID: {id}, project budget: {total_project}, total volumne: {total_volume}"
271
  )
272
 
273
 
 
335
  if matched_countries:
336
  additional_text = (
337
  f"**{', '.join(matched_countries)}**, commissioned by **{client_name}**, "
338
+ f"**{start_year_str}-{end_year_str}**, project ID: {id}, project budget: {total_project}, total volumne: {total_volume}"
339
  )
340
  else:
341
  additional_text = (
342
+ f"Commissioned by **{client_name}**, **{start_year_str}-{end_year_str}**, project ID: {id}, project budget: {total_project}, total volumne: {total_volume}"
343
  )
344
 
345