ando55 commited on
Commit
6ffd015
ยท
1 Parent(s): 9b52d14

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -47,8 +47,9 @@ with st.expander("โ„น๏ธ - About this app", expanded=True):
47
 
48
  st.write(
49
  """
50
- - The *Clinical segment generater* app is an implementation of [our paper](https://journals.plos.org/digitalhealth/article?id=10.1371/journal.pdig.0000099).
51
- - It automatically splits Japanese sentences into smaller units representing medical meanings.
 
52
  """
53
  )
54
 
@@ -95,7 +96,7 @@ with st.form(key="my_form"):
95
  """
96
  )
97
 
98
- submit_button = st.form_submit_button(label="๐Ÿ‘ Go to split!")
99
 
100
 
101
  if not submit_button:
 
47
 
48
  st.write(
49
  """
50
+ - The *Clinical segment splitter* app is an implementation of our paper.
51
+ >Kenichiro Ando, Takashi Okumura, Mamoru Komachi, Hiromasa Horiguchi, Yuji Matsumoto (2022) [Exploring optimal granularity for extractive summarization of unstructured health records: Analysis of the largest multi-institutional archive of health records in Japan.](https://doi.org/10.1371/journal.pdig.0000099) PLOS Digital Health 1(9): e000009.
52
+ - This app automatically splits Japanese sentences into smaller units representing medical meanings.
53
  """
54
  )
55
 
 
96
  """
97
  )
98
 
99
+ submit_button = st.form_submit_button(label="๐Ÿ‘ Go to split")
100
 
101
 
102
  if not submit_button: