nazneen commited on
Commit
54d16e1
·
2 Parent(s): f760ec3 e698fd7

added instr

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. error_analysis/utils/style_hacks.py +0 -3
app.py CHANGED
@@ -80,7 +80,7 @@ def data_comparison(df):
80
  ).interactive()
81
 
82
  legend = alt.Chart(df).mark_point().encode(
83
- y=alt.Y('cluster:O', axis=alt.Axis(orient='right'), title=""),
84
  x=alt.X("label"),
85
  shape=alt.Shape('label', scale=alt.Scale(
86
  range=['circle', 'diamond']), legend=None),
 
80
  ).interactive()
81
 
82
  legend = alt.Chart(df).mark_point().encode(
83
+ y=alt.Y('cluster:N', axis=alt.Axis(orient='right'), title=""),
84
  x=alt.X("label"),
85
  shape=alt.Shape('label', scale=alt.Scale(
86
  range=['circle', 'diamond']), legend=None),
error_analysis/utils/style_hacks.py CHANGED
@@ -80,9 +80,6 @@ def init_style():
80
  border-radius: 50px;
81
  }
82
 
83
- tbody th {display:none}
84
- .blank {display:none}
85
-
86
  </style>
87
  """,
88
  unsafe_allow_html=True,
 
80
  border-radius: 50px;
81
  }
82
 
 
 
 
83
  </style>
84
  """,
85
  unsafe_allow_html=True,