Spaces:
Running
Running
Update variables.py
Browse files- variables.py +2 -0
variables.py
CHANGED
|
@@ -11,6 +11,8 @@ except json.JSONDecodeError:
|
|
| 11 |
# Fallback to empty dict if JSON is invalid
|
| 12 |
prompt_data = {}
|
| 13 |
|
|
|
|
|
|
|
| 14 |
# Create explanations dictionary with safe access
|
| 15 |
metaprompt_explanations = {
|
| 16 |
key: data.get("description", "No description available")
|
|
|
|
| 11 |
# Fallback to empty dict if JSON is invalid
|
| 12 |
prompt_data = {}
|
| 13 |
|
| 14 |
+
|
| 15 |
+
print(prompt_data)
|
| 16 |
# Create explanations dictionary with safe access
|
| 17 |
metaprompt_explanations = {
|
| 18 |
key: data.get("description", "No description available")
|