Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ os.system('git clone --depth 1 https://github.com/neologd/mecab-unidic-neologd.g
|
|
12 |
|
13 |
|
14 |
st.set_page_config(
|
15 |
-
page_title="Clinical
|
16 |
page_icon="π",
|
17 |
layout="wide"
|
18 |
)
|
@@ -38,7 +38,7 @@ def _max_width_():
|
|
38 |
|
39 |
#with c30:
|
40 |
# st.image("logo.png", width=400)
|
41 |
-
st.title("π Clinical
|
42 |
st.header("")
|
43 |
|
44 |
|
@@ -47,7 +47,7 @@ with st.expander("βΉοΈ - About this app", expanded=True):
|
|
47 |
|
48 |
st.write(
|
49 |
"""
|
50 |
-
-
|
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 |
"""
|
|
|
12 |
|
13 |
|
14 |
st.set_page_config(
|
15 |
+
page_title="Clinical Segment Splitter",
|
16 |
page_icon="π",
|
17 |
layout="wide"
|
18 |
)
|
|
|
38 |
|
39 |
#with c30:
|
40 |
# st.image("logo.png", width=400)
|
41 |
+
st.title("π Clinical Segment Splitter")
|
42 |
st.header("")
|
43 |
|
44 |
|
|
|
47 |
|
48 |
st.write(
|
49 |
"""
|
50 |
+
- *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 |
"""
|