aghilTQ commited on
Commit
868eb45
·
verified ·
1 Parent(s): 6fea244

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -8
src/streamlit_app.py CHANGED
@@ -184,14 +184,7 @@ def main():
184
  # About section
185
  with st.expander("About this tool"):
186
  st.markdown("""
187
- This tool uses the **pyphen** library, which implements the Hunspell hyphenation algorithm.
188
- It provides accurate syllabification for English text.
189
-
190
- **Features:**
191
- - Accurate English syllabification using pyphen
192
- - Gray-scale color coding for easy reading
193
- - Syllable counts and statistics
194
- - Handles capitalization properly
195
  """)
196
 
197
  if __name__ == "__main__":
 
184
  # About section
185
  with st.expander("About this tool"):
186
  st.markdown("""
187
+ Created with by @aghilalb
 
 
 
 
 
 
 
188
  """)
189
 
190
  if __name__ == "__main__":