Spaces:
Build error
Build error
mathiasleys
commited on
Commit
•
cd2a4c0
1
Parent(s):
6b3f61e
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ from Summarizer import Summarizer
|
|
10 |
def main() -> None:
|
11 |
nltk.download('punkt')
|
12 |
|
13 |
-
st.markdown('# Terms &
|
14 |
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>'
|
15 |
'No?<br>'
|
16 |
"Well don't worry, neither do we! That's why we created a <b>Terms & Conditions Summarization</b> algorithm!", unsafe_allow_html=True)
|
|
|
10 |
def main() -> None:
|
11 |
nltk.download('punkt')
|
12 |
|
13 |
+
st.markdown('# Terms & Conditions Summarizer :pencil:')
|
14 |
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>'
|
15 |
'No?<br>'
|
16 |
"Well don't worry, neither do we! That's why we created a <b>Terms & Conditions Summarization</b> algorithm!", unsafe_allow_html=True)
|