Paula Leonova
commited on
Commit
·
94c16ba
1
Parent(s):
acc23b1
Add input/output descriptions
Browse files
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 (
|
22 |
-
|
|
|
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
|