Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -17,6 +17,7 @@ title = """"""
|
|
17 |
|
18 |
def stream(company):
|
19 |
linkedin_extracted_info = get_linkedin_profile(company)
|
|
|
20 |
resp = get_refresher(linkedin_extracted_info)
|
21 |
answer = "*(Latest update as per Linkedin)*\n"
|
22 |
for chunk in resp:
|
|
|
17 |
|
18 |
def stream(company):
|
19 |
linkedin_extracted_info = get_linkedin_profile(company)
|
20 |
+
linkedin_extracted_info["profile"]["similar_companies"] = ""
|
21 |
resp = get_refresher(linkedin_extracted_info)
|
22 |
answer = "*(Latest update as per Linkedin)*\n"
|
23 |
for chunk in resp:
|