ando55 commited on
Commit
5dc1676
Β·
1 Parent(s): 4e93009

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -6
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 generater",
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 generater")
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