ryanrwatkins commited on
Commit
309abde
Β·
1 Parent(s): 16d92b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def download_prompt_templates():
13
 
14
  try:
15
  #response = requests.get(url)
16
- gurus = open("gurus.csv", "r")
17
  reader = csv.reader(gurus.text.splitlines())
18
  next(reader) # skip the header row
19
  for row in reader:
 
13
 
14
  try:
15
  #response = requests.get(url)
16
+ gurus = open("prompts.txt", "r")
17
  reader = csv.reader(gurus.text.splitlines())
18
  next(reader) # skip the header row
19
  for row in reader: