update code
Browse files
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
|
266 |
-
text="Press enter to add
|
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,
|
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."
|