Rename pages/Tech.py to pages/Techniques of NLP.py
Browse files
pages/{Tech.py → Techniques of NLP.py}
RENAMED
@@ -38,7 +38,7 @@ and handling special characters like emojis.
|
|
38 |
""")
|
39 |
|
40 |
# Interactive example for preprocessing
|
41 |
-
text_input = st.text_area("✍️ Enter text to preprocess", "
|
42 |
|
43 |
col1, col2, col3, col4 = st.columns(4)
|
44 |
|
|
|
38 |
""")
|
39 |
|
40 |
# Interactive example for preprocessing
|
41 |
+
text_input = st.text_area("✍️ Enter text to preprocess", height=150, placeholder="Type or paste some text here...")
|
42 |
|
43 |
col1, col2, col3, col4 = st.columns(4)
|
44 |
|