Spaces:
Running
Running
Add recruitment comment
Browse files
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 |
|