nouamanetazi HF staff commited on
Commit
d6a7ac2
·
verified ·
1 Parent(s): 00062a1

Upload tabs/about.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. tabs/about.py +6 -0
tabs/about.py ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ import streamlit as st
2
+
3
+ def about_tab():
4
+ st.header("About")
5
+ st.markdown("This is a Streamlit app for comparing and evaluating Darija tokenizers.")
6
+ st.markdown("Created by AtlasIA team")