danielritchie commited on
Commit
6dbe897
1 Parent(s): 486cad7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -1,13 +1,15 @@
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')
7
  st.text('Fixed width text')
8
 
9
  st.subheader('How To: Use The Web Access Equalizer')
10
- st.text('Simply enter a URL, Select Simplicity, and view your content!')
 
 
11
  st.text('The simplicty value is directly related to the PIAAC Literacy Level.')
12
  st.text('Note: The simplicty slider is directly related to the PIAAC Literacy Level')
13
 
 
1
  import streamlit as st
2
 
3
  st.header('Web Access Equalizer')
4
+ st.caption('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')
7
  st.text('Fixed width text')
8
 
9
  st.subheader('How To: Use The Web Access Equalizer')
10
+ st.text('1) Enter a URL')
11
+ st.text('2) Set Simplicity Level (default is midpoint for all people)')
12
+ st.text('3) Get Response')
13
  st.text('The simplicty value is directly related to the PIAAC Literacy Level.')
14
  st.text('Note: The simplicty slider is directly related to the PIAAC Literacy Level')
15