sbsmapper / pages /about.py
georad's picture
Update pages/about.py
dff5491 verified
raw
history blame
360 Bytes
import streamlit as st
st.title("Info")
with st.expander("ℹ️ - About", expanded=True):
st.write(
"""
- This app maps internal descriptions to the corresponding SBS codes.
- This model was developed from xxxxxxxx in HuggingFace, and fine-tuned on xxxxx (xxxx).
- The model uses the default pretrained tokenizer.
"""
)