Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -9,6 +9,9 @@ import yaml
|
|
9 |
import matplotlib.pyplot as plt
|
10 |
import seaborn as sns
|
11 |
import plotnine as p9
|
|
|
|
|
|
|
12 |
|
13 |
from src.about import *
|
14 |
from src.saving_utils import *
|
|
|
9 |
import matplotlib.pyplot as plt
|
10 |
import seaborn as sns
|
11 |
import plotnine as p9
|
12 |
+
import sys
|
13 |
+
sys.path.append('./src')
|
14 |
+
sys.path.append('.')
|
15 |
|
16 |
from src.about import *
|
17 |
from src.saving_utils import *
|