pere commited on
Commit
8604a21
·
1 Parent(s): 86d95da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -59,6 +59,7 @@ else:
59
 
60
  text = st.text_area(f"",max_chars=1000, value=mytext)
61
  text = "pere"
 
62
 
63
  run = st.button('Run DeUnCaser')
64
 
 
59
 
60
  text = st.text_area(f"",max_chars=1000, value=mytext)
61
  text = "pere"
62
+ st.text_area.value = "pere"
63
 
64
  run = st.button('Run DeUnCaser')
65