Spaces:
Running
Running
Zekun Wu
commited on
Commit
•
dd7312b
1
Parent(s):
ce5d5ba
update
Browse files- pages/2_Evaluation.py +2 -0
pages/2_Evaluation.py
CHANGED
@@ -79,6 +79,8 @@ def app():
|
|
79 |
title='Correlation Heatmap')
|
80 |
st.plotly_chart(corr_fig)
|
81 |
|
|
|
|
|
82 |
|
83 |
hist_rank_fig = px.histogram(
|
84 |
df.melt(id_vars=['Role'], value_vars=['Privilege_Rank', 'Protection_Rank', 'Neutral_Rank']),
|
|
|
79 |
title='Correlation Heatmap')
|
80 |
st.plotly_chart(corr_fig)
|
81 |
|
82 |
+
print(df.columns)
|
83 |
+
|
84 |
|
85 |
hist_rank_fig = px.histogram(
|
86 |
df.melt(id_vars=['Role'], value_vars=['Privilege_Rank', 'Protection_Rank', 'Neutral_Rank']),
|