majweldon commited on
Commit
b332916
·
1 Parent(s): d462a34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import time
4
  import os
5
 
6
  openai_secret_key = os.environ.get('OPENAI_SECRET_KEY')
7
- with open("./Whisper AI/Weldon_Note_Format.txt", "r") as f:
8
  role = f.read()
9
  role_head = role[1:50]
10
 
 
4
  import os
5
 
6
  openai_secret_key = os.environ.get('OPENAI_SECRET_KEY')
7
+ with open("Weldon_Note_Format.txt", "r") as f:
8
  role = f.read()
9
  role_head = role[1:50]
10