sguertl commited on
Commit
1dd10ed
·
verified ·
1 Parent(s): 0caef4d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -252,8 +252,6 @@ def generate_educator_feedback(client_openai, client_hf_mistral, client_hf_llama
252
  top_p=0.1,
253
  max_tokens=4096,
254
  )
255
-
256
- st.write(response)
257
 
258
  return response.choices[0].message.content
259
 
 
252
  top_p=0.1,
253
  max_tokens=4096,
254
  )
 
 
255
 
256
  return response.choices[0].message.content
257