Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -344,7 +344,7 @@ def inference(input_batch,isurl,use_archive,filt_companies_topic,limit_companies
|
|
| 344 |
df["company"] = np.nan
|
| 345 |
df["sector"] = np.nan
|
| 346 |
df["symbol"] = np.nan
|
| 347 |
-
dfo = pd.DataFrame(columns=['E','S','G','URL','sent_lbl','sent_score','
|
| 348 |
for idx in range(len(df.index)):
|
| 349 |
if ner_labels[idx]: #not empty
|
| 350 |
for ner in ner_labels[idx]:
|
|
@@ -373,7 +373,6 @@ API input parameters:
|
|
| 373 |
examples = [[ [['https://www.bbc.com/news/uk-62732447'],
|
| 374 |
['https://www.bbc.com/news/science-environment-62758811'],
|
| 375 |
['https://www.bbc.com/news/business-62524031'],
|
| 376 |
-
['https://www.bbc.com/news/business-62728621'],
|
| 377 |
["https://www.knowesg.com/investors/blackstone-and-sphera-work-together-for-portfolio-decarbonization-program-17022022"],
|
| 378 |
["https://www.esgtoday.com/amazon-partners-with-matt-damons-water-org-to-provide-water-access-to-100-million-people/"],
|
| 379 |
["https://www.esgtoday.com/walmart-allocates-over-1-billion-to-renewable-energy-sustainable-buildings-circular-economy/"],
|
|
|
|
| 344 |
df["company"] = np.nan
|
| 345 |
df["sector"] = np.nan
|
| 346 |
df["symbol"] = np.nan
|
| 347 |
+
dfo = pd.DataFrame(columns=['E','S','G','URL','sent_lbl','sent_score','topic','company','sector','symbol'])
|
| 348 |
for idx in range(len(df.index)):
|
| 349 |
if ner_labels[idx]: #not empty
|
| 350 |
for ner in ner_labels[idx]:
|
|
|
|
| 373 |
examples = [[ [['https://www.bbc.com/news/uk-62732447'],
|
| 374 |
['https://www.bbc.com/news/science-environment-62758811'],
|
| 375 |
['https://www.bbc.com/news/business-62524031'],
|
|
|
|
| 376 |
["https://www.knowesg.com/investors/blackstone-and-sphera-work-together-for-portfolio-decarbonization-program-17022022"],
|
| 377 |
["https://www.esgtoday.com/amazon-partners-with-matt-damons-water-org-to-provide-water-access-to-100-million-people/"],
|
| 378 |
["https://www.esgtoday.com/walmart-allocates-over-1-billion-to-renewable-energy-sustainable-buildings-circular-economy/"],
|