Paula Leonova commited on
Commit
6d47b6a
1 Parent(s): 149a1e5

Fix typo in instructions

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ st.write("__Outputs__: A summary of the text, label likelihood percentages and a
23
  with st.form(key='my_form'):
24
  example_text = ex_long_text #ex_text
25
  display_text = "[Excerpt from Project Gutenberg: Frankenstein]\n" + example_text + "\n\n" + ex_license
26
- text_input = st.text_area("Input any text you want to summaryize & classify here (keep in mind very long text will take a while to process):", display_text)
27
 
28
  if text_input == display_text:
29
  text_input = example_text
23
  with st.form(key='my_form'):
24
  example_text = ex_long_text #ex_text
25
  display_text = "[Excerpt from Project Gutenberg: Frankenstein]\n" + example_text + "\n\n" + ex_license
26
+ text_input = st.text_area("Input any text you want to summarize & classify here (keep in mind very long text will take a while to process):", display_text)
27
 
28
  if text_input == display_text:
29
  text_input = example_text