Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -10,13 +10,9 @@ os.system('git clone --depth 1 https://github.com/neologd/mecab-ipadic-neologd.g
|
|
10 |
os.system('git clone --depth 1 https://github.com/neologd/mecab-unidic-neologd.git && cd mecab-unidic-neologd && ./bin/install-mecab-unidic-neologd -n -y -u -p $PWD')
|
11 |
|
12 |
|
13 |
-
import glob
|
14 |
-
|
15 |
-
for name in glob.glob('./**/mecab-ipadic-neologd', recursive=True):
|
16 |
-
print(name)
|
17 |
|
18 |
st.set_page_config(
|
19 |
-
page_title="Clinical segment
|
20 |
page_icon="π",
|
21 |
layout="wide"
|
22 |
)
|
@@ -42,7 +38,7 @@ def _max_width_():
|
|
42 |
|
43 |
#with c30:
|
44 |
# st.image("logo.png", width=400)
|
45 |
-
st.title("π Clinical segment
|
46 |
st.header("")
|
47 |
|
48 |
|
|
|
10 |
os.system('git clone --depth 1 https://github.com/neologd/mecab-unidic-neologd.git && cd mecab-unidic-neologd && ./bin/install-mecab-unidic-neologd -n -y -u -p $PWD')
|
11 |
|
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 |
|