maom commited on
Commit
bb2d184
·
verified ·
1 Parent(s): 9c31df1

fix column padding

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ top_coexp_hits = datasets.load_dataset(
55
  top_coexp_hits = top_coexp_hits["top_coexp_hits"].to_pandas()
56
 
57
 
58
- col1, col3, padding = st.columns(spec = [0.2, 0.2, 0.6])
59
  with col1:
60
  input_gene_ids = st.text_area(
61
  label = "Gene IDs",
 
55
  top_coexp_hits = top_coexp_hits["top_coexp_hits"].to_pandas()
56
 
57
 
58
+ col1, col2, col3, padding = st.columns(spec = [0.2, 0.2, 0.2, 0.4])
59
  with col1:
60
  input_gene_ids = st.text_area(
61
  label = "Gene IDs",