| import streamlit as st | |
| import awesome_streamlit as ast | |
| def write(): | |
| st.markdown( | |
| """ | |
| # Arabic Natural Language Processing | |
| Design project for **Arabic Natural Language Processing**, by [**Abshar Mohammed Aslam**](https://github.com/abxhr). | |
| """ | |
| ) | |
| st.markdown("#") | |
| st.markdown( | |
| """ | |
| """ | |
| ) | |