Spaces:
Runtime error
Runtime error
Commit
·
c22d8af
1
Parent(s):
dcf39c5
Update app.py
Browse files
app.py
CHANGED
@@ -16,10 +16,8 @@ with st.container():
|
|
16 |
|
17 |
if example1:
|
18 |
text = st.text_area('Enter some text: ', 'Aspartylglucosaminuria (AGU) adalah gangguan metabolisme glikoprotein langka.')
|
19 |
-
text = False
|
20 |
elif example2:
|
21 |
text = st.text_area('Enter some text: ', 'Mutasi germ - line dari gen BRCA1 membuat wanita cenderung mengalami kanker payudara dini dengan mengorbankan fungsi presumtif gen sebagai penekan tumor.')
|
22 |
-
text = False
|
23 |
else:
|
24 |
text = st.text_area('Enter some text: ')
|
25 |
|
@@ -109,6 +107,7 @@ if text:
|
|
109 |
|
110 |
st.write("\n")
|
111 |
st.info("'B' means Beginning of an entity, 'I' means Inside of an entity", icon="ℹ️")
|
|
|
112 |
|
113 |
|
114 |
st.write("\n\n")
|
|
|
16 |
|
17 |
if example1:
|
18 |
text = st.text_area('Enter some text: ', 'Aspartylglucosaminuria (AGU) adalah gangguan metabolisme glikoprotein langka.')
|
|
|
19 |
elif example2:
|
20 |
text = st.text_area('Enter some text: ', 'Mutasi germ - line dari gen BRCA1 membuat wanita cenderung mengalami kanker payudara dini dengan mengorbankan fungsi presumtif gen sebagai penekan tumor.')
|
|
|
21 |
else:
|
22 |
text = st.text_area('Enter some text: ')
|
23 |
|
|
|
107 |
|
108 |
st.write("\n")
|
109 |
st.info("'B' means Beginning of an entity, 'I' means Inside of an entity", icon="ℹ️")
|
110 |
+
text = False
|
111 |
|
112 |
|
113 |
st.write("\n\n")
|