pere commited on
Commit
1bdad80
1 Parent(s): 6d3821a

Revert "Update app.py"

Browse files

This reverts commit 62b6ceadedb9cd380c7e5e8bca69a08fb1be4229.

Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -23,9 +23,8 @@ def deuncase(model, tokenizer, text):
23
 
24
  st.title("DeUnCaser")
25
 
26
- expander = st.sidebar.expander("About")
27
- expander.write("This web app adds spaces, punctation and capitalisation back into the text.")
28
- 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.")
29
 
30
 
31
  option = st.sidebar.selectbox(
 
23
 
24
  st.title("DeUnCaser")
25
 
26
+ st.sidebar.write("This web app adds spaces, punctation and capitalisation back into the text.")
27
+ 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.")
 
28
 
29
 
30
  option = st.sidebar.selectbox(