baconnier commited on
Commit
16d2c99
·
verified ·
1 Parent(s): caf3fbc

Update variables.py

Browse files
Files changed (1) hide show
  1. 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")