AyyAsk / backend /home.py
xzxyx's picture
Duplicate from abxhr/design-project
b71b65d
raw
history blame contribute delete
No virus
347 Bytes
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(
"""
"""
)