vibey commited on
Commit
64e025d
1 Parent(s): 61f188a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ def main():
47
  st.markdown("<h3 style='text-align: center; color: green;'>or</h3>",unsafe_allow_html=True)
48
 
49
  #This function is used to Type your Message (text area)
50
- plain_text = st.text_area("Type your Message",height=200)
51
 
52
  # this is used to control the logic of the code
53
  if upload_doc:
 
47
  st.markdown("<h3 style='text-align: center; color: green;'>or</h3>",unsafe_allow_html=True)
48
 
49
  #This function is used to Type your Message (text area)
50
+ plain_text = st.text_area("Type your text below",height=200)
51
 
52
  # this is used to control the logic of the code
53
  if upload_doc: