melvinalves commited on
Commit
1e80f79
·
verified ·
1 Parent(s): 1f44902

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -201,7 +201,7 @@ if predict_clicked:
201
  mostrar(header, y_ens)
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
 
201
  mostrar(header, y_ens)
202
 
203
  # LISTA COMPLETA COM BARRA DE PESQUISA #
204
+ with st.expander("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