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") |
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") |