Spaces:
Sleeping
Sleeping
Title format
Browse files
app.py
CHANGED
@@ -105,6 +105,6 @@ gr.Interface(
|
|
105 |
fn=get_esg_scores,
|
106 |
inputs=inputs,
|
107 |
outputs=outputs,
|
108 |
-
title="🌳ESG Data Scraper
|
109 |
examples=[[example_input_data.head(6)]],
|
110 |
).launch()
|
|
|
105 |
fn=get_esg_scores,
|
106 |
inputs=inputs,
|
107 |
outputs=outputs,
|
108 |
+
title="🌳ESG Data Scraper🌳 It scrapes ESG ratings from Yahoo Finance and Google Finance!",
|
109 |
examples=[[example_input_data.head(6)]],
|
110 |
).launch()
|