dlflannery commited on
Commit
24bbc1f
·
verified ·
1 Parent(s): c9f9378

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ pwdList = pwds.split(',')
14
  #cwd = os.getcwd()
15
 
16
  client = OpenAI(api_key = key)
17
- dataLogFilePath = "./data/usageData.txt"
18
 
19
  def clear():
20
  return [None, [], None]
 
14
  #cwd = os.getcwd()
15
 
16
  client = OpenAI(api_key = key)
17
+ dataLogFilePath = "/data/usageData.txt"
18
 
19
  def clear():
20
  return [None, [], None]