georad commited on
Commit
5b2c64b
·
verified ·
1 Parent(s): 98355db

Delete pages/about.py

Browse files
Files changed (1) hide show
  1. pages/about.py +0 -13
pages/about.py DELETED
@@ -1,13 +0,0 @@
1
- import streamlit as st
2
-
3
- st.title("Info")
4
-
5
- with st.expander("ℹ️ - About", expanded=True):
6
-
7
- st.write(
8
- """
9
- - This app maps internal descriptions to the corresponding SBS codes.
10
- - This model was developed from xxxxxxxx in HuggingFace, and fine-tuned on xxxxx (xxxx).
11
- - The model uses the default pretrained tokenizer.
12
- """
13
- )