1
2
3
4
5
6
7
8
9
from shiny.express import ui, render, input import pandas as pd from data_prep import df, countries, years from shinywidgets import render_plotly import plotly.express as px ui.h1("Emissions Dashboard for Electricity Generation")