chris999 commited on
Commit
4405acb
·
verified ·
1 Parent(s): b08141b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -224,7 +224,7 @@ def decide(issue_id):
224
  max_tokens=150
225
  )
226
  decision = response.choices[0].message['content'].strip()
227
- st.write(f"AI Decision: {decision}")
228
 
229
  # Settings Page
230
  def settings():
 
224
  max_tokens=150
225
  )
226
  decision = response.choices[0].message['content'].strip()
227
+ st.write(f"WDWT? AI Decision: {decision}")
228
 
229
  # Settings Page
230
  def settings():