egumasa commited on
Commit
fea78ce
1 Parent(s): 77c7b3b

fixed typo

Browse files
Files changed (1) hide show
  1. demo.py +3 -4
demo.py CHANGED
@@ -205,8 +205,8 @@ with st.sidebar:
205
  For a more complete description of the category, visit [the annotation guideline](https://egumasa.github.io/engagement-annotation-project/3_Categories/)!!
206
  """)
207
 
208
- st.sidebar.markdown(
209
- "Engagement Analyzer is developed by [Masaki Eguchi](https://masakieguchi.weebly.com).
210
 
211
  ### Acknowledgements:
212
 
@@ -220,8 +220,7 @@ st.sidebar.markdown(
220
  - Aaron Miller (Linguistics, University of Oregon) for corpus annotation
221
  - Ryan Walker (Linguistics/Antholopology, University of Oregon) for corpus annotation
222
  - Dr. Kristopher Kyle (Associate Professor in Linguistics, University of Oregon)
223
- "
224
- )
225
  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>.'
226
  st.sidebar.markdown(cc, unsafe_allow_html=True)
227
 
 
205
  For a more complete description of the category, visit [the annotation guideline](https://egumasa.github.io/engagement-annotation-project/3_Categories/)!!
206
  """)
207
 
208
+ st.sidebar.markdown("""
209
+ Engagement Analyzer is developed by [Masaki Eguchi](https://masakieguchi.weebly.com).
210
 
211
  ### Acknowledgements:
212
 
 
220
  - Aaron Miller (Linguistics, University of Oregon) for corpus annotation
221
  - Ryan Walker (Linguistics/Antholopology, University of Oregon) for corpus annotation
222
  - Dr. Kristopher Kyle (Associate Professor in Linguistics, University of Oregon)
223
+ """)
 
224
  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>.'
225
  st.sidebar.markdown(cc, unsafe_allow_html=True)
226