Spaces:
Running
Running
fix syntax
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ top_coexp_hits = top_coexp_hits[[
|
|
52 |
'coexp_score', 'blastp_EValue']]
|
53 |
top_coexp_hits["scatter_link"] =
|
54 |
top_coexp_hits.apply(
|
55 |
-
lambda row: f"https://huggingface.co/spaces/maomlab/CryptoCEN-ExpressionScatter?gene_id_1={gene_id_1}&gene_id_2={gene_id_2}"
|
56 |
axis = 1)
|
57 |
|
58 |
top_coexp_hits.reset_index()
|
|
|
52 |
'coexp_score', 'blastp_EValue']]
|
53 |
top_coexp_hits["scatter_link"] =
|
54 |
top_coexp_hits.apply(
|
55 |
+
lambda row: f"https://huggingface.co/spaces/maomlab/CryptoCEN-ExpressionScatter?gene_id_1={gene_id_1}&gene_id_2={gene_id_2}",
|
56 |
axis = 1)
|
57 |
|
58 |
top_coexp_hits.reset_index()
|