Update app.py
Browse files
app.py
CHANGED
@@ -48,8 +48,8 @@ CATEGORY_NAMES = {
|
|
48 |
INDEX_TO_CATEGORY = {v: f"[{k}] {CATEGORY_NAMES[k]}" for k, v in LABEL_MAPPING.items()}
|
49 |
|
50 |
# Set Streamlit app title
|
51 |
-
st.title("
|
52 |
-
st.write("Enter text in the input box, and the model will classify it.")
|
53 |
|
54 |
# Input text box
|
55 |
input_text = st.text_area("Enter text for classification:")
|
|
|
48 |
INDEX_TO_CATEGORY = {v: f"[{k}] {CATEGORY_NAMES[k]}" for k, v in LABEL_MAPPING.items()}
|
49 |
|
50 |
# Set Streamlit app title
|
51 |
+
st.title("Google Taxonomy Classifier by DEJAN")
|
52 |
+
st.write("Enter text in the input box, and the model will classify it into one of the 21 top level categories. This demo showcases early model capability while the full 5000+ label model is undergoing extensive training.")
|
53 |
|
54 |
# Input text box
|
55 |
input_text = st.text_area("Enter text for classification:")
|