GGINCoder commited on
Commit
37e1f51
·
verified ·
1 Parent(s): d25dd35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "/home/user/evaluations.csv"
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)