Zekun Wu commited on
Commit
205952b
1 Parent(s): fe30230
Files changed (1) hide show
  1. pages/2_Evaluation.py +0 -1
pages/2_Evaluation.py CHANGED
@@ -51,7 +51,6 @@ def app():
51
 
52
  st.write('Combined Results:', results_df)
53
 
54
- st.subheader("Construction Sector Scores")
55
  fig_construction = create_sector_plot(df, df['Occupation'][0])
56
  st.plotly_chart(fig_construction)
57
 
 
51
 
52
  st.write('Combined Results:', results_df)
53
 
 
54
  fig_construction = create_sector_plot(df, df['Occupation'][0])
55
  st.plotly_chart(fig_construction)
56