Spaces:
Running
Running
Arts-of-coding
commited on
Update dash_plotly_QC_scRNA.py
Browse files- dash_plotly_QC_scRNA.py +2 -2
dash_plotly_QC_scRNA.py
CHANGED
@@ -9,7 +9,7 @@ import dash_callback_chain
|
|
9 |
import yaml
|
10 |
import polars as pl
|
11 |
import os
|
12 |
-
|
13 |
|
14 |
# Set custom resolution for plots:
|
15 |
config_fig = {
|
@@ -470,4 +470,4 @@ def update_graph_and_pie_chart(batch_chosen, s_chosen, g2m_chosen, condition1_ch
|
|
470 |
# Now create your regular FASTAPI application
|
471 |
|
472 |
if __name__ == '__main__':
|
473 |
-
app.run_server(debug=
|
|
|
9 |
import yaml
|
10 |
import polars as pl
|
11 |
import os
|
12 |
+
pl.enable_string_cache(False)
|
13 |
|
14 |
# Set custom resolution for plots:
|
15 |
config_fig = {
|
|
|
470 |
# Now create your regular FASTAPI application
|
471 |
|
472 |
if __name__ == '__main__':
|
473 |
+
app.run_server(debug=False, use_reloader=False, host='0.0.0.0', port=5000) #
|