wjjessen commited on
Commit
b323653
·
1 Parent(s): ba0c602

update code

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -262,8 +262,8 @@ def main():
262
  "  |  Model: [lsg-bart-base-16384-pubmed](https://huggingface.co/ccdv/lsg-bart-base-16384-pubmed)"
263
  )
264
  exclude_words = st_tags(
265
- label="Enter words/phrases to exclude from the summary:",
266
- text="Press enter to add words/phrases",
267
  )
268
  col1, col2, col3 = st.columns([1, 1, 5])
269
  with col1:
@@ -278,7 +278,7 @@ def main():
278
  with col3:
279
  st.subheader("Notes")
280
  st.write(
281
- "To remove content from the summary, copy and paste the word(s) and/or phrase(s) to exclude into the box above and summarize again."
282
  )
283
  st.write(
284
  "To lengthen or shorten the summary, increase or decrease the minimum number of tokens to the left and summarize again."
 
262
  "  |  Model: [lsg-bart-base-16384-pubmed](https://huggingface.co/ccdv/lsg-bart-base-16384-pubmed)"
263
  )
264
  exclude_words = st_tags(
265
+ label="Enter word(s) to exclude from the summary:",
266
+ text="Press enter to add",
267
  )
268
  col1, col2, col3 = st.columns([1, 1, 5])
269
  with col1:
 
278
  with col3:
279
  st.subheader("Notes")
280
  st.write(
281
+ "To remove content from the summary, try copying and pasting the word(s) to exclude in the box above and summarize again."
282
  )
283
  st.write(
284
  "To lengthen or shorten the summary, increase or decrease the minimum number of tokens to the left and summarize again."