Paula Leonova commited on
Commit
94c16ba
·
1 Parent(s): acc23b1

Add input/output descriptions

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -18,8 +18,9 @@ ex_long_text = example_long_text_load()
18
 
19
  if __name__ == '__main__':
20
  st.header("Summzarization & Multi-label Classification for Long Text")
21
- st.write("This app summarizes and then classifies your long text with multiple labels (_output includes partial summaries, \
22
- bar chart and data table of labels with confidence scores as well as a data download link_).")
 
23
 
24
  with st.form(key='my_form'):
25
  example_text = ex_long_text #ex_text
 
18
 
19
  if __name__ == '__main__':
20
  st.header("Summzarization & Multi-label Classification for Long Text")
21
+ st.write("This app summarizes and then classifies your long text with multiple labels (_Please allow for a minimum of 30secs to load results_).")
22
+ st.write("Inputs: User enters their own custom text and labels")
23
+ st.write("Outputs: A summary of the text, pre and post summary label likelihood percentages and a downloadable csv of the results")
24
 
25
  with st.form(key='my_form'):
26
  example_text = ex_long_text #ex_text