Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,9 +12,9 @@ def display_table():
|
|
12 |
return df
|
13 |
|
14 |
# Other tabs preprocessing
|
15 |
-
size_df = pd.read_excel("../models.xlsx", sheet_name="Selected Models")
|
16 |
-
size_df["Size"] = size_df["Size"].str.replace("b", "").astype(float)
|
17 |
-
size_map = size_df.set_index("id")["Size"].to_dict()
|
18 |
raw_data = pd.read_csv("./tagged_data.csv")
|
19 |
|
20 |
def plot_scatter(cat, x, y, col):
|
|
|
12 |
return df
|
13 |
|
14 |
# Other tabs preprocessing
|
15 |
+
# size_df = pd.read_excel("../models.xlsx", sheet_name="Selected Models")
|
16 |
+
# size_df["Size"] = size_df["Size"].str.replace("b", "").astype(float)
|
17 |
+
# size_map = size_df.set_index("id")["Size"].to_dict()
|
18 |
raw_data = pd.read_csv("./tagged_data.csv")
|
19 |
|
20 |
def plot_scatter(cat, x, y, col):
|