pere commited on
Commit
62b6cea
·
1 Parent(s): 6e56ae2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -22,8 +22,9 @@ def deuncase(model, tokenizer, text):
22
 
23
  st.title("DeUnCaser")
24
 
25
- st.sidebar.write("This web app adds spaces, punctation and capitalisation back into the text.")
26
- st.sidebar.write("You can use the examples below, but too really test the effect of the model: Write or copy text from the Internet, and then manually remove spaces, puctation, cases etc. Try to restore the text.")
 
27
 
28
 
29
  option = st.sidebar.selectbox(
 
22
 
23
  st.title("DeUnCaser")
24
 
25
+ expander = st.sidebar.expander("About")
26
+ expander.write("This web app adds spaces, punctation and capitalisation back into the text.")
27
+ expander.write("You can use the examples below, but too really test the effect of the model: Write or copy text from the Internet, and then manually remove spaces, puctation, cases etc. Try to restore the text.")
28
 
29
 
30
  option = st.sidebar.selectbox(