pere commited on
Commit
bab43b7
·
1 Parent(s): 10e858c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -52,8 +52,6 @@ if unpunct:
52
  trans_table = text.maketrans("", "", trans_chars)
53
  mytext = text.translate(trans_table)
54
  st.write(mytext)
55
- mytext = "pere"
56
- st.write(mytext)
57
  text = textbox.text_area(f"",max_chars=1000, value=mytext)
58
  st.write("inside unpunct")
59
 
 
52
  trans_table = text.maketrans("", "", trans_chars)
53
  mytext = text.translate(trans_table)
54
  st.write(mytext)
 
 
55
  text = textbox.text_area(f"",max_chars=1000, value=mytext)
56
  st.write("inside unpunct")
57