Adr740 commited on
Commit
d4f8078
·
verified ·
1 Parent(s): 7302c77

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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: