bhadresh-savani commited on
Commit
9bff98f
·
1 Parent(s): af549a3

added github link

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -31,6 +31,8 @@ def main():
31
  * Data Augmentation
32
  * Sentence Rephrase
33
  ''')
 
 
34
 
35
  example = "Mary likes to play football in her freetime whenever she meets with her friends that are very nice people."
36
  input_complex_sentence = st.text_area("Please type a Complex Sentence to split",example)
 
31
  * Data Augmentation
32
  * Sentence Rephrase
33
  ''')
34
+
35
+ st.sidebar.write("[More Exploration](https://github.com/bhadreshpsavani/t5-sentence-split)")
36
 
37
  example = "Mary likes to play football in her freetime whenever she meets with her friends that are very nice people."
38
  input_complex_sentence = st.text_area("Please type a Complex Sentence to split",example)