From 0950a1459d6cb79ac70d75a4b2157f3d4768c91e Mon Sep 17 00:00:00 2001 From: Sa Phyo Thu Htet Date: Mon, 5 Jun 2023 21:14:27 +0630 Subject: [PATCH] Update nlp-tool.py --- nlp-tool.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nlp-tool.py b/nlp-tool.py index 28c2c41..5f395da 100644 --- a/nlp-tool.py +++ b/nlp-tool.py @@ -5,7 +5,7 @@ import utilities -""" Streamlit User Interface """ +# Streamlit User Interface st.sidebar.image( "images/peacock-3.png", @@ -20,7 +20,7 @@ st.sidebar.markdown("Copyright (c) 2021 Sa Phyo Thu Htet") -""" Tokenization """ +# Tokenization if(option == "chracter-tokenization"): st.markdown("

Character Tokenization

", unsafe_allow_html=True) st.write("\n")