Spaces:
Sleeping
Sleeping
fix label for gene_id
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ top_coexp_hits = datasets.load_dataset(
|
|
29 |
top_coexp_hits = top_coexp_hits["top_coexp_hits"].to_pandas()
|
30 |
|
31 |
gene_id = st.text_input(
|
32 |
-
label = "Gene
|
33 |
value = "CNAG_04365",
|
34 |
max_chars = 10,
|
35 |
help = "CNAG Gene ID e.g. CNAG_04365")
|
|
|
29 |
top_coexp_hits = top_coexp_hits["top_coexp_hits"].to_pandas()
|
30 |
|
31 |
gene_id = st.text_input(
|
32 |
+
label = "Gene ID",
|
33 |
value = "CNAG_04365",
|
34 |
max_chars = 10,
|
35 |
help = "CNAG Gene ID e.g. CNAG_04365")
|