Arts-of-coding commited on
Commit
a1b90df
1 Parent(s): 6c3da7b

Update dash_plotly_QC_scRNA.py

Browse files
Files changed (1) hide show
  1. 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) #host='0.0.0.0', #, port=5000
 
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) #