inclusive-ml commited on
Commit
6f23aeb
·
1 Parent(s): 10332be

classification only

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import spacy
4
  from spacy import displacy
5
  import plotly.express as px
6
  import numpy as np
7
- st.set_page_config(page_title="Text Classification'")
8
  st.title("Text Classification'")
9
  st.write("_This web application is intended for educational use, please do not upload any sensitive information._")
10
  st.write("Placing a piece of text into one or more categories.")
 
4
  from spacy import displacy
5
  import plotly.express as px
6
  import numpy as np
7
+ st.set_page_config(page_title="Text Classification")
8
  st.title("Text Classification'")
9
  st.write("_This web application is intended for educational use, please do not upload any sensitive information._")
10
  st.write("Placing a piece of text into one or more categories.")