Arts-of-coding
commited on
Commit
•
9cf562b
1
Parent(s):
5d7079e
Update main.py
Browse files
main.py
CHANGED
@@ -24,7 +24,7 @@ config_fig = {
|
|
24 |
}
|
25 |
}
|
26 |
|
27 |
-
config_path = "./azure/config.yaml"
|
28 |
|
29 |
# Add the read-in data from the yaml file
|
30 |
def read_config(filename):
|
|
|
24 |
}
|
25 |
}
|
26 |
|
27 |
+
config_path = "./azure/data/config.yaml"
|
28 |
|
29 |
# Add the read-in data from the yaml file
|
30 |
def read_config(filename):
|