Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ from scipy.cluster.hierarchy import linkage, dendrogram
|
|
| 10 |
from sklearn.metrics.pairwise import cosine_similarity
|
| 11 |
import streamlit as st
|
| 12 |
|
| 13 |
-
data_path = '
|
| 14 |
data = pd.read_csv(data_path, encoding='ISO-8859-1', low_memory=False)
|
| 15 |
df = pd.read_csv(data_path, encoding='ISO-8859-1')
|
| 16 |
|
|
|
|
| 10 |
from sklearn.metrics.pairwise import cosine_similarity
|
| 11 |
import streamlit as st
|
| 12 |
|
| 13 |
+
data_path = 'micro_world_139countries.csv'
|
| 14 |
data = pd.read_csv(data_path, encoding='ISO-8859-1', low_memory=False)
|
| 15 |
df = pd.read_csv(data_path, encoding='ISO-8859-1')
|
| 16 |
|