Update app.py
Browse files
app.py
CHANGED
|
@@ -202,7 +202,7 @@ if predict_clicked:
|
|
| 202 |
|
| 203 |
# LISTA COMPLETA COM BARRA DE PESQUISA #
|
| 204 |
with st.expander("Mostrar lista completa dos 597 GO terms possíveis", expanded=False):
|
| 205 |
-
search_term = st.text_input("
|
| 206 |
|
| 207 |
# aplicar filtro
|
| 208 |
filtered_go_terms = []
|
|
|
|
| 202 |
|
| 203 |
# LISTA COMPLETA COM BARRA DE PESQUISA #
|
| 204 |
with st.expander("Mostrar lista completa dos 597 GO terms possíveis", expanded=False):
|
| 205 |
+
search_term = st.text_input("Filtra GO term ou nome:")
|
| 206 |
|
| 207 |
# aplicar filtro
|
| 208 |
filtered_go_terms = []
|