Spaces:
Sleeping
Sleeping
Commit
·
248911f
1
Parent(s):
c7396e5
Update app.py
Browse files
app.py
CHANGED
@@ -179,11 +179,14 @@ if len(gene_list) > 1:
|
|
179 |
xanchor="right",
|
180 |
yanchor="middle",
|
181 |
textangle=-90,
|
182 |
-
font=dict(family='Calibri', size=14)
|
|
|
183 |
)
|
184 |
],
|
185 |
margin=dict(t=20)
|
186 |
)
|
|
|
|
|
187 |
st.plotly_chart(plotly_fig)
|
188 |
|
189 |
else:
|
|
|
179 |
xanchor="right",
|
180 |
yanchor="middle",
|
181 |
textangle=-90,
|
182 |
+
font=dict(family='Calibri', size=14),
|
183 |
+
yaxis=dict(ticktext = col_order),
|
184 |
)
|
185 |
],
|
186 |
margin=dict(t=20)
|
187 |
)
|
188 |
+
|
189 |
+
|
190 |
st.plotly_chart(plotly_fig)
|
191 |
|
192 |
else:
|