maom commited on
Commit
754f25b
·
verified ·
1 Parent(s): 80eaa84

fix heights

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ with col1:
60
  input_gene_ids = st.text_area(
61
  label = "Gene IDs",
62
  value = f"{input_gene_ids}",
63
- height = 150,
64
  help = "TGME49 Gene IDs e.g. TGME49_231630")
65
 
66
 
 
60
  input_gene_ids = st.text_area(
61
  label = "Gene IDs",
62
  value = f"{input_gene_ids}",
63
+ height = 130,
64
  help = "TGME49 Gene IDs e.g. TGME49_231630")
65
 
66