hra commited on
Commit
5835805
·
1 Parent(s): e9dae80

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ def getstuff(openapikey):
87
  each=each.replace("The top technologies mentioned are ","").replace("The technologies mentioned are ","")
88
  each=each.replace(":","").replace(" and ",",").replace("and ",",").replace(" and",",").replace(" the "," ").replace("the "," ").replace(" the"," ").strip()
89
  for item in each.split(","):
90
- if each!='':
91
  newlistoftech.append(item.strip())
92
  newlistofcompanies.append(i)
93
  tech_df=pd.DataFrame()
 
87
  each=each.replace("The top technologies mentioned are ","").replace("The technologies mentioned are ","")
88
  each=each.replace(":","").replace(" and ",",").replace("and ",",").replace(" and",",").replace(" the "," ").replace("the "," ").replace(" the"," ").strip()
89
  for item in each.split(","):
90
+ if item!='':
91
  newlistoftech.append(item.strip())
92
  newlistofcompanies.append(i)
93
  tech_df=pd.DataFrame()