Manasa1 commited on
Commit
31d5a4e
·
verified ·
1 Parent(s): 815da2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.tab("plot"):
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