nickmuchi commited on
Commit
22f7433
1 Parent(s): 0ca63d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -387,7 +387,7 @@ st.markdown(
387
  unsafe_allow_html=True,
388
  )
389
 
390
- plain_text = st.text_input("Please Paste/Enter plain text here")
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>",