Update src/streamlit_app.py
Browse files- 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 |
-
|
| 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__":
|