Update dash_plotly_QC_scRNA.py
Browse files- dash_plotly_QC_scRNA.py +1 -1
dash_plotly_QC_scRNA.py
CHANGED
@@ -431,4 +431,4 @@ def update_graph_and_pie_chart(batch_chosen, s_chosen, g2m_chosen, condition1_ch
|
|
431 |
# Now create your regular FASTAPI application
|
432 |
|
433 |
if __name__ == '__main__':
|
434 |
-
app.run_server(debug=True, use_reloader=False
|
|
|
431 |
# Now create your regular FASTAPI application
|
432 |
|
433 |
if __name__ == '__main__':
|
434 |
+
app.run_server(debug=True, use_reloader=False, host='0.0.0.0', port=5000) #
|