diff --git a/README.md b/README.md index a9dcb74..dbbd3fa 100644 --- a/README.md +++ b/README.md @@ -3460,7 +3460,6 @@ px.line(df, x='Date', y='Total Deaths per Million', color='Continent').show() # $ pip3 install pandas lxml selenium plotly import pandas as pd, selenium.webdriver, plotly.graph_objects as go - def main(): covid, (bitcoin, gold, dow) = get_covid_cases(), get_tickers() df = wrangle_data(covid, bitcoin, gold, dow) diff --git a/index.html b/index.html index 9adf4a2..b22cdb9 100644 --- a/index.html +++ b/index.html @@ -2808,7 +2808,6 @@ px.line(df, x='Date', y=Displays a multi-axis line chart of total coronavirus cases and changes in prices of Bitcoin, Dow Jones and gold:

# $ pip3 install pandas lxml selenium plotly
 import pandas as pd, selenium.webdriver, plotly.graph_objects as go
 
-
 def main():
     covid, (bitcoin, gold, dow) = get_covid_cases(), get_tickers()
     df = wrangle_data(covid, bitcoin, gold, dow)