melvinalves commited on
Commit
0e2cc06
·
verified ·
1 Parent(s): 0061ba9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("🔍 Filtra GO term ou nome:")
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 = []