thak123 commited on
Commit
e92aba2
1 Parent(s): 904867f

Update index.py

Browse files
Files changed (1) hide show
  1. index.py +1 -0
index.py CHANGED
@@ -1,5 +1,6 @@
1
  from dash import Dash, html, dcc, callback, Output, Input
2
  from app import app
 
3
 
4
  server = app.server
5
  df = pd.read_csv('https://raw.githubusercontent.com/plotly/datasets/master/gapminder_unfiltered.csv')
 
1
  from dash import Dash, html, dcc, callback, Output, Input
2
  from app import app
3
+ import pandas as pd
4
 
5
  server = app.server
6
  df = pd.read_csv('https://raw.githubusercontent.com/plotly/datasets/master/gapminder_unfiltered.csv')