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