Spaces:
Runtime error
Runtime error
Commit
·
fd840b4
1
Parent(s):
78f4796
Added emoji
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ def main():
|
|
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)
|
39 |
|
40 |
-
if st.button('Split'):
|
41 |
with st.spinner("Spliting Sentence...🧠"):
|
42 |
generated_sentence = load_model(input_complex_sentence, model)
|
43 |
st.write(generated_sentence)
|
|
|
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)
|
39 |
|
40 |
+
if st.button('Split✂️'):
|
41 |
with st.spinner("Spliting Sentence...🧠"):
|
42 |
generated_sentence = load_model(input_complex_sentence, model)
|
43 |
st.write(generated_sentence)
|