Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,8 +3,8 @@ import pandas as pd
|
|
3 |
import plotly.express as px
|
4 |
|
5 |
# Load your dataframes
|
6 |
-
df1= pd.read_csv('
|
7 |
-
df2= pd.read_csv('
|
8 |
|
9 |
# Function to generate treemap
|
10 |
def create_treemap(df, title):
|
|
|
3 |
import plotly.express as px
|
4 |
|
5 |
# Load your dataframes
|
6 |
+
df1= pd.read_csv('series_after_cleaning.csv')
|
7 |
+
df2= pd.read_csv('movie_after_cleaning.csv')
|
8 |
|
9 |
# Function to generate treemap
|
10 |
def create_treemap(df, title):
|