Revert "Update app.py"
Browse filesThis reverts commit 62b6ceadedb9cd380c7e5e8bca69a08fb1be4229.
app.py
CHANGED
@@ -23,9 +23,8 @@ def deuncase(model, tokenizer, text):
|
|
23 |
|
24 |
st.title("DeUnCaser")
|
25 |
|
26 |
-
|
27 |
-
|
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(
|