an0nymous commited on
Commit
7a5cd77
·
verified ·
1 Parent(s): 5a5298b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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):