cdleong commited on
Commit
811d8a2
1 Parent(s): 1cbffc4

header updates

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -97,7 +97,8 @@ if __name__ == "__main__":
97
  st.write("# Phonemize your text with [Epitran](https://github.com/dmort27/epitran)!")
98
 
99
  st.write("Epitran is a library and tool for transliterating orthographic text as IPA (International Phonetic Alphabet), by Mortensen, David R. and Dalmia, Siddharth and Littell, Patrick.")
100
- st.write(f"**Feedback:** Provide feedback at https://twitter.com/cleong110, or via slack: https://masakhane-nlp.slack.com/archives/D01DU3MHP7A")
 
101
 
102
  valid_epitran_mappings = get_valid_epitran_mappings_list()
103
  #st.write(valid_epitran_mappings)
97
  st.write("# Phonemize your text with [Epitran](https://github.com/dmort27/epitran)!")
98
 
99
  st.write("Epitran is a library and tool for transliterating orthographic text as IPA (International Phonetic Alphabet), by Mortensen, David R. and Dalmia, Siddharth and Littell, Patrick.")
100
+ st.write("I, [Colin Leong](cdleong.github.io) did not create Epitran, but I have created this web app (kindly hosted by Hugging Face) to make it convenient to use: simply type your text in the box below!")
101
+ st.write(f"**Feedback:** Provide feedback regarding this web app at https://twitter.com/cleong110, or via slack: https://masakhane-nlp.slack.com/archives/D01DU3MHP7A")
102
 
103
  valid_epitran_mappings = get_valid_epitran_mappings_list()
104
  #st.write(valid_epitran_mappings)