Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -47,8 +47,9 @@ with st.expander("ℹ️ - About this app", expanded=True):
|
|
| 47 |
|
| 48 |
st.write(
|
| 49 |
"""
|
| 50 |
-
- The *Clinical segment
|
| 51 |
-
-
|
|
|
|
| 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:
|