Spaces:
Running
Running
fix column padding
Browse files
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.
|
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",
|