pere commited on
Commit
c27c768
·
1 Parent(s): 964f708

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
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