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