Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ st.sidebar.write("You can use the examples above, but for best effect: Copy text
|
|
38 |
button1 = st.button("button1", "button1")
|
39 |
button2 = st.button("button2", "button2")
|
40 |
|
41 |
-
st.button("
|
42 |
|
43 |
text = st.text_area(f"Corrupted text: ",key="ta" ,max_chars=1000, value= "No text")
|
44 |
|
|
|
38 |
button1 = st.button("button1", "button1")
|
39 |
button2 = st.button("button2", "button2")
|
40 |
|
41 |
+
submit = st.button("Run DeUnCaser")
|
42 |
|
43 |
text = st.text_area(f"Corrupted text: ",key="ta" ,max_chars=1000, value= "No text")
|
44 |
|