Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -93,7 +93,7 @@ def update_results(company_name, pdfs, processing_mode):
|
|
93 |
for location in locations:
|
94 |
locations_str += f"\n{location['line_1']},\n{location['postal_code']}\n{location['city']}\n{location['country']}\n---"
|
95 |
|
96 |
-
linkedin_profile = f"## Name of the company : *{name}*\n\nFounded in {founded_year} - {fte} FTEs (per Linkedin)\n\nWebsite: {url}\n\n{description}\n\n---\n\nGeography:\n\n{locations_str.replace(
|
97 |
financials = generated_content["finance"]
|
98 |
products = generated_content["product"]
|
99 |
customer = generated_content["customer_segmentation"]
|
|
|
93 |
for location in locations:
|
94 |
locations_str += f"\n{location['line_1']},\n{location['postal_code']}\n{location['city']}\n{location['country']}\n---"
|
95 |
|
96 |
+
linkedin_profile = f"## Name of the company : *{name}*\n\nFounded in {founded_year} - {fte} FTEs (per Linkedin)\n\nWebsite: {url}\n\n{description}\n\n---\n\nGeography:\n\n{locations_str.replace('#','')}"
|
97 |
financials = generated_content["finance"]
|
98 |
products = generated_content["product"]
|
99 |
customer = generated_content["customer_segmentation"]
|