Spaces:
Runtime error
Runtime error
Commit
·
dcf39c5
1
Parent(s):
324e676
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,8 +16,10 @@ with st.container():
|
|
| 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 |
|
|
|
|
| 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 |
|