Update app.py
Browse files
app.py
CHANGED
@@ -387,7 +387,7 @@ st.markdown(
|
|
387 |
unsafe_allow_html=True,
|
388 |
)
|
389 |
|
390 |
-
plain_text = st.
|
391 |
|
392 |
st.markdown(
|
393 |
"<h3 style='text-align: center; color: red;'>OR</h3>",
|
|
|
387 |
unsafe_allow_html=True,
|
388 |
)
|
389 |
|
390 |
+
plain_text = st.text_area("Please Paste/Enter plain text here",)
|
391 |
|
392 |
st.markdown(
|
393 |
"<h3 style='text-align: center; color: red;'>OR</h3>",
|