Spaces:
Running
Running
Commit
·
da8498d
1
Parent(s):
1825a67
Update app.py
Browse files
app.py
CHANGED
@@ -13,8 +13,8 @@ def download_prompt_templates():
|
|
13 |
|
14 |
try:
|
15 |
#response = requests.get(url)
|
16 |
-
with open("gurus.csv", "r") as gurus:
|
17 |
-
|
18 |
next(reader) # skip the header row
|
19 |
for row in reader:
|
20 |
if len(row) >= 2:
|
|
|
13 |
|
14 |
try:
|
15 |
#response = requests.get(url)
|
16 |
+
#with open("gurus.csv", "r") as gurus:
|
17 |
+
# reader = csv.reader(gurus.text.splitlines())
|
18 |
next(reader) # skip the header row
|
19 |
for row in reader:
|
20 |
if len(row) >= 2:
|