Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ESGforAll
/
prototype
like
0
Sleeping
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
3a0d2d9
prototype
/
app.py
sneves
Update app.py
50e759f
verified
about 1 year ago
raw
Copy download link
history
blame
196 Bytes
import
streamlit
as
st
import
pandas
as
pd
st.set_page_config(
page_title=
"ESG for All"
,
layout=
"wide"
,
initial_sidebar_state=
"expanded"
)
df = pd.read_csv(
'all_filings_esg_text.csv'
)