Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,8 +5,8 @@ import requests
|
|
| 5 |
import json
|
| 6 |
|
| 7 |
|
| 8 |
-
prompt_templates = {
|
| 9 |
-
question_templates = {
|
| 10 |
|
| 11 |
def download_prompt_templates2():
|
| 12 |
url = "https://raw.githubusercontent.com/f/awesome-chatgpt-prompts/main/prompts.csv"
|
|
|
|
| 5 |
import json
|
| 6 |
|
| 7 |
|
| 8 |
+
prompt_templates = {}
|
| 9 |
+
question_templates = {}
|
| 10 |
|
| 11 |
def download_prompt_templates2():
|
| 12 |
url = "https://raw.githubusercontent.com/f/awesome-chatgpt-prompts/main/prompts.csv"
|