Spaces:
Build error
Build error
thomasdehaene
commited on
Commit
•
b4fad3f
1
Parent(s):
09eb687
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ def main() -> None:
|
|
18 |
st.markdown('Do you also always take the time out of your day to thoroughly read every word of the Terms & Conditions before signing up to an app like the responsible citizen that you are? :thinking_face:<br>'
|
19 |
'No?<br>'
|
20 |
"Well don't worry, neither do we! That's why we created a <b>Terms & Conditions Summarization</b> algorithm!", unsafe_allow_html=True)
|
21 |
-
st.markdown('Just copy-paste that pesky Terms & Conditions text
|
22 |
'You will see both an extractive summary (the most important sentences will be highlighted) and an abstractive summary (an actual summary)<br>'
|
23 |
'The abstractive summary will give you an idea of what the key message of the document likely is :bulb:', unsafe_allow_html=True)
|
24 |
st.markdown('<b>Want to find out more?</b> :brain:<br>'
|
|
|
18 |
st.markdown('Do you also always take the time out of your day to thoroughly read every word of the Terms & Conditions before signing up to an app like the responsible citizen that you are? :thinking_face:<br>'
|
19 |
'No?<br>'
|
20 |
"Well don't worry, neither do we! That's why we created a <b>Terms & Conditions Summarization</b> algorithm!", unsafe_allow_html=True)
|
21 |
+
st.markdown('Just copy-paste that pesky Terms & Conditions text and let our fancy NLP algorithm do the rest!<br>'
|
22 |
'You will see both an extractive summary (the most important sentences will be highlighted) and an abstractive summary (an actual summary)<br>'
|
23 |
'The abstractive summary will give you an idea of what the key message of the document likely is :bulb:', unsafe_allow_html=True)
|
24 |
st.markdown('<b>Want to find out more?</b> :brain:<br>'
|