File size: 197 Bytes
d6a7ac2
 
 
 
 
 
1
2
3
4
5
6
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")