Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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():
|