Hack90 commited on
Commit
f6ccd04
·
verified ·
1 Parent(s): 04a20cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -161,7 +161,7 @@ with ui.navset_card_tab(id="tab"):
161
  for loss_type in loss_types:
162
  for model_type in model_types:
163
  y = df[
164
- (df["param_type"] == int(param_type))
165
  & (df["loss_type"] == loss_type)
166
  & (df["model_type"] == model_type)
167
  ]["loss_interp"].values
 
161
  for loss_type in loss_types:
162
  for model_type in model_types:
163
  y = df[
164
+ (df["param_type"] == float(param_type))
165
  & (df["loss_type"] == loss_type)
166
  & (df["model_type"] == model_type)
167
  ]["loss_interp"].values