Update app.py
Browse files
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 |
|