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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ if unpunct:
54
  st.write(mytext)
55
  mytext = "pere"
56
  st.write(mytext)
57
- textbox.text_area(f"",max_chars=1000, value=mytext)
58
  st.write("inside unpunct")
59
 
60
  else:
 
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
 
60
  else: