maom commited on
Commit
fda49ee
·
verified ·
1 Parent(s): 272d67c

fix syntax

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()