Update app.py
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ import plotly.graph_objs as go
|
|
| 13 |
import shutil
|
| 14 |
|
| 15 |
TMP_CSV_PATH = "/tmp/evaluations.csv"
|
| 16 |
-
PERSISTENT_CSV_PATH = "
|
| 17 |
|
| 18 |
def ensure_directory_exists(file_path):
|
| 19 |
directory = os.path.dirname(file_path)
|
|
|
|
| 13 |
import shutil
|
| 14 |
|
| 15 |
TMP_CSV_PATH = "/tmp/evaluations.csv"
|
| 16 |
+
PERSISTENT_CSV_PATH = "./evaluations.csv"
|
| 17 |
|
| 18 |
def ensure_directory_exists(file_path):
|
| 19 |
directory = os.path.dirname(file_path)
|