Spaces:
Sleeping
Sleeping
Update index.py
Browse files
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')
|