maurosm commited on
Commit
ed98b66
·
1 Parent(s): bc23180

modified app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from transformers import pipeline
3
 
4
  classifier = pipeline("sentiment-analysis", model="maurosm/bert_classification_model")
5
  st.markdown('''
6
- Type an utterance that would correspond to one of the ten intents listed below:
7
  * change_shipping_address
8
  * complaint
9
  * contact_customer_service
 
3
 
4
  classifier = pipeline("sentiment-analysis", model="maurosm/bert_classification_model")
5
  st.markdown('''
6
+ Type an utterance that corresponds to one of the ten intents listed below:
7
  * change_shipping_address
8
  * complaint
9
  * contact_customer_service