Update app.py
Browse files
app.py
CHANGED
@@ -23,6 +23,10 @@ def deuncase(model, tokenizer, text):
|
|
23 |
def change_mytext():
|
24 |
global option_changed
|
25 |
option_changed = True
|
|
|
|
|
|
|
|
|
26 |
|
27 |
st.title("DeUnCaser")
|
28 |
|
|
|
23 |
def change_mytext():
|
24 |
global option_changed
|
25 |
option_changed = True
|
26 |
+
st.write(option_changed)
|
27 |
+
|
28 |
+
st.write(option_changed)
|
29 |
+
|
30 |
|
31 |
st.title("DeUnCaser")
|
32 |
|