dejanseo commited on
Commit
a975033
·
verified ·
1 Parent(s): 0412fd5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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("Text Classification with DeBERTa")
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:")