Upload tabs/about.py with huggingface_hub
Browse files- 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")
|