pere commited on
Commit
3a5297d
·
1 Parent(s): 019211a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ textbox = st.empty()
61
  textbox.text_area(f"",max_chars=1000, value=mytext)
62
 
63
  text = "pere"
64
- #textbox.text_area( = "pere"
65
 
66
  run = st.button('Run DeUnCaser')
67
 
 
61
  textbox.text_area(f"",max_chars=1000, value=mytext)
62
 
63
  text = "pere"
64
+ textbox.text_area(f"",max_chars=1000, value=text)
65
 
66
  run = st.button('Run DeUnCaser')
67