Spaces:
Sleeping
Sleeping
make input allow 13 characters
Browse files
app.py
CHANGED
|
@@ -39,7 +39,7 @@ with col1:
|
|
| 39 |
gene_id = st.text_input(
|
| 40 |
label = "Gene ID",
|
| 41 |
value = f"{gene_id}",
|
| 42 |
-
max_chars =
|
| 43 |
help = "TGME49 Gene ID e.g. CTGME49_231630")
|
| 44 |
|
| 45 |
top_coexp_hits = top_coexp_hits[
|
|
|
|
| 39 |
gene_id = st.text_input(
|
| 40 |
label = "Gene ID",
|
| 41 |
value = f"{gene_id}",
|
| 42 |
+
max_chars = 13,
|
| 43 |
help = "TGME49 Gene ID e.g. CTGME49_231630")
|
| 44 |
|
| 45 |
top_coexp_hits = top_coexp_hits[
|