Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ df = pd.read_csv("WorldBank.csv", encoding= "utf-8")
|
|
11 |
return pyg.get_html()
|
12 |
'''
|
13 |
def display_data():
|
14 |
-
df = pd.read_csv("
|
15 |
df=pd.DataFrame(df)
|
16 |
pyg.walk(df)
|
17 |
pyg_html = pyg.to_html(df)
|
|
|
11 |
return pyg.get_html()
|
12 |
'''
|
13 |
def display_data():
|
14 |
+
df = pd.read_csv("WorldBank.csv", encoding= "utf-8")
|
15 |
df=pd.DataFrame(df)
|
16 |
pyg.walk(df)
|
17 |
pyg_html = pyg.to_html(df)
|