Spaces:
Runtime error
Runtime error
Commit
·
9bff98f
1
Parent(s):
af549a3
added github link
Browse files
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)
|