NealCaren commited on
Commit
c8eb7cb
1 Parent(s): accdfee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ def process_article(text, local_input, solidarity_input,issue_input,policy_input
40
  "description": f"{policy_input}"
41
  },
42
  "Policy_list": {
43
- "type": "array",
44
  "description": f"What specific reform policies are proposed? If none, return an empty array."
45
  },
46
 
 
40
  "description": f"{policy_input}"
41
  },
42
  "Policy_list": {
43
+ "type": "string",
44
  "description": f"What specific reform policies are proposed? If none, return an empty array."
45
  },
46