AnujithM commited on
Commit
8b1992d
·
verified ·
1 Parent(s): 55a6c23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -99,11 +99,12 @@ Steps:
99
  3) Give a concise recommendation with time window(s) and a confidence.
100
  4) Output a short WHY-TRACE (3 bullets).
101
  Return JSON ONLY:
102
- {
103
  "answer": "...",
104
  "why_trace": ["...", "...", "..."],
105
  "risk_badge": "Low"|"Moderate"|"High"
106
- }"""
 
107
 
108
  # -------- Reasoning providers --------
109
  def call_stub(_prompt:str)->str:
 
99
  3) Give a concise recommendation with time window(s) and a confidence.
100
  4) Output a short WHY-TRACE (3 bullets).
101
  Return JSON ONLY:
102
+ {{
103
  "answer": "...",
104
  "why_trace": ["...", "...", "..."],
105
  "risk_badge": "Low"|"Moderate"|"High"
106
+ }}
107
+ """
108
 
109
  # -------- Reasoning providers --------
110
  def call_stub(_prompt:str)->str: