roszcz commited on
Commit
a041400
·
1 Parent(s): c5bc04e

Add recruitment comment

Browse files
Files changed (1) hide show
  1. main.py +8 -0
main.py CHANGED
@@ -96,6 +96,14 @@ def main():
96
  fig = draw_polarization_agreement_chart(agreement_df=angle_agreement)
97
  st.pyplot(fig)
98
 
 
 
 
 
 
 
 
 
99
  # show_refs()
100
 
101
 
 
96
  fig = draw_polarization_agreement_chart(agreement_df=angle_agreement)
97
  st.pyplot(fig)
98
 
99
+ st.write("---")
100
+ st.write(
101
+ """
102
+ Recruitment has not yet started. If this seems interesting to you, follow us on linkedin for updates:
103
+ https://linkedin.com/company/epr-labs
104
+ """
105
+ )
106
+
107
  # show_refs()
108
 
109