nouamanetazi's picture
nouamanetazi HF staff
Upload tabs/about.py with huggingface_hub
d6a7ac2 verified
raw
history blame contribute delete
197 Bytes
import streamlit as st
def about_tab():
st.header("About")
st.markdown("This is a Streamlit app for comparing and evaluating Darija tokenizers.")
st.markdown("Created by AtlasIA team")