Spaces:
Sleeping
Sleeping
danielritchie
commited on
Commit
•
486cad7
1
Parent(s):
c85d87a
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
|
3 |
-
st.header('Web Access Equalizer)
|
4 |
st.text('The majority of the internet is written at a level that less than half of the population can comprehend. This app is a proof of concept to demonstrate the use of NLP to modify content to match a specific PIAAC Literacy Level, making the internet accessible to more people.')
|
5 |
|
6 |
st.subheader('Setup & Prerequisites')
|
|
|
1 |
import streamlit as st
|
2 |
|
3 |
+
st.header('Web Access Equalizer')
|
4 |
st.text('The majority of the internet is written at a level that less than half of the population can comprehend. This app is a proof of concept to demonstrate the use of NLP to modify content to match a specific PIAAC Literacy Level, making the internet accessible to more people.')
|
5 |
|
6 |
st.subheader('Setup & Prerequisites')
|