Arts-of-coding
commited on
Commit
•
411395e
1
Parent(s):
4a6c4e6
Update main.py
Browse files
main.py
CHANGED
@@ -11,6 +11,7 @@ import plotly.express as px
|
|
11 |
import dash_callback_chain
|
12 |
import yaml
|
13 |
import polars as pl
|
|
|
14 |
pl.enable_string_cache(False)
|
15 |
|
16 |
# Set custom resolution for plots:
|
|
|
11 |
import dash_callback_chain
|
12 |
import yaml
|
13 |
import polars as pl
|
14 |
+
import os
|
15 |
pl.enable_string_cache(False)
|
16 |
|
17 |
# Set custom resolution for plots:
|