Spaces:
Sleeping
Sleeping
fix reset_index bug
Browse files
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.
|
| 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(
|