LaurentTRIPIED commited on
Commit
1410278
1 Parent(s): ebc12f5
Files changed (1) hide show
  1. statistiques.py +0 -1
statistiques.py CHANGED
@@ -46,7 +46,6 @@ def display_rse_actions_wordcloud(df):
46
  st.pyplot(fig)
47
 
48
  def main():
49
- st.title("Statistiques sur les entreprises engagées RSE")
50
  data, _ = get_data()
51
  df = pd.DataFrame(data)
52
 
 
46
  st.pyplot(fig)
47
 
48
  def main():
 
49
  data, _ = get_data()
50
  df = pd.DataFrame(data)
51