maom commited on
Commit
77d0e61
·
verified ·
1 Parent(s): 1807dda

fix reset_index bug

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ top_coexp_hits = top_coexp_hits[[
40
  'gene_id_1', 'gene_symbol_1', 'description_1',
41
  'gene_id_2', 'gene_symbol_2', 'description_2',
42
  'coexp_score', 'blastp_EValue']]
43
- top_coexp_hits.drop_index()
44
 
45
 
46
  st.download_button(
 
40
  'gene_id_1', 'gene_symbol_1', 'description_1',
41
  'gene_id_2', 'gene_symbol_2', 'description_2',
42
  'coexp_score', 'blastp_EValue']]
43
+ top_coexp_hits.reset_index()
44
 
45
 
46
  st.download_button(