egumasa commited on
Commit
50b59ca
1 Parent(s): 99332ef
Files changed (1) hide show
  1. demo.py +15 -15
demo.py CHANGED
@@ -173,23 +173,23 @@ with st.sidebar:
173
  For a more complete description of the category, visit [the annotation guideline](https://egumasa.github.io/engagement-annotation-project/3_Categories/)!!
174
  """)
175
 
176
- st.sidebar.markdown("""
177
- Engagement Analyzer is developed by [Masaki Eguchi](https://masakieguchi.weebly.com).
178
 
179
- ### Acknowledgements:
180
 
181
- The development of this tool has been supported by the following grants:
182
-
183
- - The TIRF Doctoral Dissertation Grant 2022 sponsored by the International Research Foundation for English Language Education (TIRF)
184
- - The NFMLTA-MLJ Doctoral Dissertation Writing Support Grant 2022 sponsored by the National Federation of Modern Language Teachers Associations (NFMLTA)
185
- - Duolingo English Test Doctoral Dissertation Award, 2022
186
- - The Graduate Student Research Award sponsored by the Department of Linguistics, University of Oregon
187
-
188
- I would also like to thank:
189
- - Aaron Miller (Linguistics, University of Oregon) for corpus annotation
190
- - Ryan Walker (Linguistics/Antholopology, University of Oregon) for corpus annotation
191
- - Dr. Kristopher Kyle (Associate Professor in Linguistics, University of Oregon)
192
- """)
193
  cc = '<a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/">Creative Commons Attribution-NonCommercial 4.0 International License</a>.'
194
 
195
  st.sidebar.markdown(cc, unsafe_allow_html=True)
 
173
  For a more complete description of the category, visit [the annotation guideline](https://egumasa.github.io/engagement-annotation-project/3_Categories/)!!
174
  """)
175
 
176
+ # st.sidebar.markdown("""
177
+ # Engagement Analyzer is developed by [Masaki Eguchi](https://masakieguchi.weebly.com).
178
 
179
+ # ### Acknowledgements:
180
 
181
+ # The development of this tool has been supported by the following grants:
182
+
183
+ # - The TIRF Doctoral Dissertation Grant 2022 sponsored by the International Research Foundation for English Language Education (TIRF)
184
+ # - The NFMLTA-MLJ Doctoral Dissertation Writing Support Grant 2022 sponsored by the National Federation of Modern Language Teachers Associations (NFMLTA)
185
+ # - Duolingo English Test Doctoral Dissertation Award, 2022
186
+ # - The Graduate Student Research Award sponsored by the Department of Linguistics, University of Oregon
187
+
188
+ # I would also like to thank:
189
+ # - Aaron Miller (Linguistics, University of Oregon) for corpus annotation
190
+ # - Ryan Walker (Linguistics/Antholopology, University of Oregon) for corpus annotation
191
+ # - Dr. Kristopher Kyle (Associate Professor in Linguistics, University of Oregon)
192
+ # """)
193
  cc = '<a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/">Creative Commons Attribution-NonCommercial 4.0 International License</a>.'
194
 
195
  st.sidebar.markdown(cc, unsafe_allow_html=True)