fudii0921 commited on
Commit
71393fc
·
verified ·
1 Parent(s): a9cf7a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -130,9 +130,6 @@ def post_scores(state,email):
130
  "ソフトスキル": 8.5,
131
  "合計スコア": 8.6
132
  }"""
133
-
134
- state['final_email'] = email
135
- state['final_comment'] = score_dict
136
 
137
  co = cohere.ClientV2(api_key=os.environ.get("COHERE_API_KEY"))
138
  res = co.chat(
 
130
  "ソフトスキル": 8.5,
131
  "合計スコア": 8.6
132
  }"""
 
 
 
133
 
134
  co = cohere.ClientV2(api_key=os.environ.get("COHERE_API_KEY"))
135
  res = co.chat(