leavoigt commited on
Commit
7643ffd
1 Parent(s): 2ba698b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -128,7 +128,7 @@ if 'key0' in st.session_state:
128
  their respective labels in the table below.</div>""", unsafe_allow_html=True)
129
 
130
  with col2:
131
-
132
  # ### Pie chart
133
 
134
  # ## Create a df that stores all the labels
@@ -154,7 +154,7 @@ if 'key0' in st.session_state:
154
  # st.plotly_chart(fig, use_container_width=True)
155
 
156
  # ### Table
157
- st.table(df_vul[df_vul['Vulnerability Label'] != 'Other'])
158
 
159
  # vulnerability_analysis.vulnerability_display()
160
  # elif topic == 'Action':
 
128
  their respective labels in the table below.</div>""", unsafe_allow_html=True)
129
 
130
  with col2:
131
+ st.table(df_vul[df_vul['Vulnerability Label'] != 'Other'])
132
  # ### Pie chart
133
 
134
  # ## Create a df that stores all the labels
 
154
  # st.plotly_chart(fig, use_container_width=True)
155
 
156
  # ### Table
157
+ #st.table(df_vul[df_vul['Vulnerability Label'] != 'Other'])
158
 
159
  # vulnerability_analysis.vulnerability_display()
160
  # elif topic == 'Action':