Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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:
|