santiviquez commited on
Commit
a841fc9
β€’
1 Parent(s): 8a746a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -1
app.py CHANGED
@@ -84,4 +84,13 @@ if multiple_reviews_button:
84
  st.write(f'Batch {st.session_state.count} / 5')
85
 
86
  if st.session_state.count >= 5:
87
- st.session_state.count = 0
 
 
 
 
 
 
 
 
 
 
84
  st.write(f'Batch {st.session_state.count} / 5')
85
 
86
  if st.session_state.count >= 5:
87
+ st.session_state.count = 0
88
+
89
+
90
+ st.divider()
91
+
92
+ st.markdown("""Check out [Are your NLP models deteriorating post-deployment?](https://huggingface.co/blog/santiviquez/performance-estimation-nlp-nannyml) to learn more.""")
93
+
94
+ st.markdown("""
95
+ NannyML is an open-source library for post-deployment data science. Leave us a 🌟 on [GitHub](https://github.com/NannyML/nannyml).
96
+ """)