Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ def fetch_esg_data(company_name):
|
|
45 |
# Gradio interface with a dropdown for company selection, line plot visualization, and CSV download
|
46 |
def app_interface():
|
47 |
with gr.Blocks() as app:
|
48 |
-
with gr.
|
49 |
#Dropdown to select company name
|
50 |
company = gr.Dropdown(label="Select Company", choices=list(company_dict.keys()), value="Apple")
|
51 |
|
|
|
45 |
# Gradio interface with a dropdown for company selection, line plot visualization, and CSV download
|
46 |
def app_interface():
|
47 |
with gr.Blocks() as app:
|
48 |
+
with gr.Tab("plot"):
|
49 |
#Dropdown to select company name
|
50 |
company = gr.Dropdown(label="Select Company", choices=list(company_dict.keys()), value="Apple")
|
51 |
|